mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Don't enable spellcheck by default in vue files
This commit is contained in:
parent
b1566d2113
commit
03d0b64c2a
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ autocmd FileChangedRO * nested set noreadonly
|
||||||
autocmd FileType slrnrc setlocal commentstring=%%\ %s "set the comment string to %
|
autocmd FileType slrnrc setlocal commentstring=%%\ %s "set the comment string to %
|
||||||
autocmd FileType scss setlocal iskeyword+=$
|
autocmd FileType scss setlocal iskeyword+=$
|
||||||
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
|
autocmd FileType javascript setlocal iskeyword+=- iskeyword+=.
|
||||||
autocmd FileType vue setlocal spell
|
|
||||||
|
|
||||||
"special side/bottom-bar settings to apply when opened
|
"special side/bottom-bar settings to apply when opened
|
||||||
autocmd BufEnter,FileType qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
autocmd BufEnter,FileType qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
||||||
|
|
Loading…
Reference in a new issue