feat(nvf): add some plugins
This commit is contained in:
parent
90d10606bc
commit
0779eba4cc
4 changed files with 26 additions and 0 deletions
8
modules/home/cli/editor/nvf/languages.nix
Normal file
8
modules/home/cli/editor/nvf/languages.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
enableExtraDiagnostics = true;
|
||||
enableFormat = true;
|
||||
enableTreesitter = true;
|
||||
nix.enable = true;
|
||||
nix.format.type = "nixfmt";
|
||||
nix.lsp.server = "nixd";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue