parent
1465a19ce2
commit
5112946501
3 changed files with 8 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ This repository contains the configuration for NixVim, a Neovim configuration ma
|
|||
- `lsp.nix`: Configures the Neovim LSP client.
|
||||
- `conform.nix`: Configures the Conform plugin for automatic code formatting.
|
||||
- `fidget.nix`: Configures the Fidget plugin for displaying LSP diagnostics in the status line.
|
||||
- `vim-helm.nix`: Configures Vim-Helm plugin for helm template syntax
|
||||
|
||||
## Git
|
||||
|
||||
|
|
|
|||
|
|
@ -31,10 +31,11 @@ _: {
|
|||
./plugins/ui/lualine.nix
|
||||
./plugins/ui/startup.nix
|
||||
|
||||
# LSP
|
||||
# LSP and formatting
|
||||
./plugins/lsp/lsp.nix
|
||||
./plugins/lsp/conform.nix
|
||||
./plugins/lsp/fidget.nix
|
||||
./plugins/lsp/vim-helm.nix
|
||||
|
||||
# Git
|
||||
./plugins/git/lazygit.nix
|
||||
|
|
|
|||
5
config/plugins/lsp/vim-helm.nix
Normal file
5
config/plugins/lsp/vim-helm.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
plugins.helm = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue