mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-27 20:36:26 -04:00
Enable neovim spellcheck
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user