Add command for easy spelling

This commit is contained in:
ViViDboarder 2019-10-29 16:35:54 -07:00
parent 2c3d439df4
commit 808804d0ac
2 changed files with 6 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,4 +1,6 @@
*.log
.DS_Store
.pre_commit_env/
tags
vim/.netrwhist
vim/UltiSnips
@ -8,8 +10,7 @@ vim/backup/
vim/plugged/
vim/rc/*.local.rc.vim
vim/rc/plugins/*.local.rc.vim
vim/spell/
vim/tmp/
vim/tmp/viminfo.*
.DS_Store
vim/view/
.pre_commit_env/

View File

@ -144,3 +144,6 @@ elseif executable('ag')
elseif executable('ack')
set grepprg=ack
endif
" Easily toggle spelling
command Spell setlocal spell! spelllang=en_us