neovim: disable spell check by default and add C-s shortcut to toggle it
This commit is contained in:
parent
90d13a74ff
commit
2987ef851b
2 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ return {
|
|||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = true,
|
||||
},
|
||||
-- enable indentation
|
||||
indent = { enable = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue