Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: h4ckm1n <97511408+h4ckm1n-dev@users.noreply.github.com>
  • Loading branch information
h4ckm1n-dev authored Jun 16, 2024
1 parent 47cd12b commit e065369
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ For the lazy, you can install my full config lazyvim with kube-utils-nvim instal

This Neovim plugin provides seamless integration with Kubernetes and Helm, allowing you to deploy and manage Kubernetes resources directly from your editor.

### Key Features:
- **K9s Integration**: Remap `ctl+c` in k9s mode to exit insert mode.
- **Helm Commands**: Directly deploy, update, or remove Helm charts from within Neovim.
- **Kubectl Commands**: Apply Kubernetes configurations directly from your buffer.
- **CRD Management**: Easily fetch and view Custom Resource Definitions.
- **Log Formatting**: Automatically format JSON Kubernetes logs for clarity.
- **Telescope Integration**: Use Telescope for enhanced navigation and selection within Kubernetes environments.
## Features
- **Kubernetes Context and Namespace Management**: Easily switch between different Kubernetes contexts and namespaces.
- **CRD Viewer:** View Custom Resource Definitions directly in Neovim.
- **Helm Integration:** Manage Helm charts, update dependencies, and deploy directly from Neovim.
- **Log Formatting:** Transform Kubernetes log files into a more readable JSON format.
- **Telescope Integration:** Utilize Telescope for picking Kubernetes contexts, namespaces, and viewing Helm releases.
- **LSP Integration:** Toggle YAML and Helm LSP settings based on the context within Neovim.
- **K9s Integration:** Open k9s from nvim

#### Screenshots
Here are some visual previews of the plugin in action:
Expand Down

0 comments on commit e065369

Please sign in to comment.