nvf finally working well!

This commit is contained in:
Vali 2024-07-07 23:45:18 +02:00
commit 9962740d37
24 changed files with 209 additions and 189 deletions

View file

@ -1,4 +1,4 @@
_:{
_: {
programs.neovim-flake.settings.vim = {
lsp = {
formatOnSave = true;
@ -8,8 +8,8 @@ _:{
lspsaga.enable = false;
lspSignature.enable = true;
nvimCodeActionMenu.enable = true;
trouble.enable = false;
nvim-docs-view.enable = true;
# trouble.enable = false;
# nvim-docs-view.enable = true;
};
};
}