wrapper: rename `spellChecking` to `spellcheck`

This commit is contained in:
NotAShelf 2024-04-20 19:01:33 +03:00
parent 6d681c2c08
commit f17cf118a6
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ inputs: let
logFile = "/tmp/nvim.log";
};
spellChecking = {
spellcheck = {
enable = isMaximal;
programmingWordlist.enable = isMaximal;
};