neovim: disable spell check by default and add C-s shortcut to toggle it

This commit is contained in:
Mark Riedesel 2024-11-13 08:47:31 -06:00
parent 90d13a74ff
commit 2987ef851b
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@ return {
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = true,
},
-- enable indentation
indent = { enable = true },