mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:06:43 +00:00
Add command for easy spelling
This commit is contained in:
parent
2c3d439df4
commit
808804d0ac
5
.gitignore
vendored
5
.gitignore
vendored
@ -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/
|
||||
|
@ -144,3 +144,6 @@ elseif executable('ag')
|
||||
elseif executable('ack')
|
||||
set grepprg=ack
|
||||
endif
|
||||
|
||||
" Easily toggle spelling
|
||||
command Spell setlocal spell! spelllang=en_us
|
||||
|
Loading…
Reference in New Issue
Block a user