mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
wrapper: rename spellChecking
to spellcheck
This commit is contained in:
parent
6d681c2c08
commit
f17cf118a6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ inputs: let
|
|||
logFile = "/tmp/nvim.log";
|
||||
};
|
||||
|
||||
spellChecking = {
|
||||
spellcheck = {
|
||||
enable = isMaximal;
|
||||
programmingWordlist.enable = isMaximal;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue