Enable neovim spellcheck

This commit is contained in:
2024-05-08 23:31:15 -04:00
parent 3d9c36bc5a
commit c8a44e2d13
+3
View File
@@ -7,6 +7,9 @@ set fileencoding=utf-8
" show line numbers
set number
" enable basic spellchecking
set spell
" set keybinds (home/end)
noremap <C-a> <Home>
imap <C-a> <Home>