This commit is contained in:
foglar 2025-01-12 19:55:30 +01:00
parent fe22f6476a
commit 6100c42027
2 changed files with 3 additions and 2 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# NVF neovim configuration

View File

@ -4,13 +4,13 @@
vimAlias = true;
spellcheck = {
enable = true;
enable = false;
};
lsp = {
formatOnSave = true;
lspkind.enable = false;
lightbulb.enable = true;
lightbulb.enable = false;
lspsaga.enable = false;
trouble.enable = true;
lspSignature.enable = true;