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

View file

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