fix kitty, restructure nvf
This commit is contained in:
parent
0e0f29d425
commit
5493ef8a57
11 changed files with 101 additions and 70 deletions
17
modules/nixos/cli/neovim/lsp/default.nix
Normal file
17
modules/nixos/cli/neovim/lsp/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
programs.nvf.settings.vim = {
|
||||
lsp.enable = true;
|
||||
languages = {
|
||||
enableLSP = true;
|
||||
enableTreesitter = true;
|
||||
nix.enable = true;
|
||||
nix.format.type = "nixfmt";
|
||||
bash.enable = true;
|
||||
go.enable = true;
|
||||
rust.enable = true;
|
||||
python.enable = true;
|
||||
enableFormat = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue