mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-14 08:42:30 -05:00
Improve the ?? shortcut for spell checking and check spelling in vue
This commit is contained in:
parent
a1fa4f5388
commit
16d4d9a2de
2 changed files with 2 additions and 1 deletions
|
@ -51,6 +51,7 @@ autocmd FileChangedRO * nested set noreadonly
|
||||||
autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "set the comment string to #
|
autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "set the comment string to #
|
||||||
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 vue setlocal spell
|
||||||
|
|
||||||
"special side/bottom-bar settings to apply when opened
|
"special side/bottom-bar settings to apply when opened
|
||||||
autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
||||||
|
|
|
@ -612,7 +612,7 @@
|
||||||
nnoremap ?+ zg
|
nnoremap ?+ zg
|
||||||
|
|
||||||
"display a list of suggestions for the selected mispelled word
|
"display a list of suggestions for the selected mispelled word
|
||||||
nnoremap ?? hei<C-X><C-S>
|
nnoremap ?? hea<C-X>s
|
||||||
|
|
||||||
"go to the next mispelled word
|
"go to the next mispelled word
|
||||||
nnoremap ?N ]s
|
nnoremap ?N ]s
|
||||||
|
|
Loading…
Reference in a new issue