wrapper: enable spellchecking for maximal package

This commit is contained in:
NotAShelf 2024-04-20 18:07:35 +03:00
parent 27eedd0db6
commit 4c5b33b827
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 5 additions and 2 deletions

View File

@ -23,11 +23,14 @@ inputs: let
vimAlias = true;
debugMode = {
enable = false;
level = 20;
level = 16;
logFile = "/tmp/nvim.log";
};
spellcheck.vim-dirtytalk.enable = true;
spellChecking = {
enable = isMaximal;
programmingWordlist.enable = isMaximal;
};
lsp = {
formatOnSave = true;