feat(nvf): add some plugins
This commit is contained in:
parent
90d10606bc
commit
0779eba4cc
4 changed files with 26 additions and 0 deletions
9
modules/home/cli/editor/nvf/lsp.nix
Normal file
9
modules/home/cli/editor/nvf/lsp.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
enable = true;
|
||||
formatOnSave = true;
|
||||
inlayHints.enable = true;
|
||||
lightbulb.enable = true;
|
||||
lspkind.enable = true;
|
||||
null-ls.enable = true;
|
||||
otter-nvim.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue