neovim: add vale & ltex-lsp

This commit is contained in:
ooks-io 2025-01-24 22:30:45 +11:00
parent aa3af5f0e5
commit 5604745c78
16 changed files with 1442 additions and 18 deletions

View file

@ -4,5 +4,8 @@
lspkind.enable = true;
lspSignature.enable = true;
trouble = {enable = true;};
null-ls = {
enable = true;
};
};
}