mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-12 16:06:39 -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 slrnrc setlocal commentstring=%%\ %s "set the comment string to %
|
||||
autocmd FileType scss setlocal iskeyword+=$
|
||||
autocmd FileType vue setlocal spell
|
||||
|
||||
"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
|
||||
|
|
|
@ -612,7 +612,7 @@
|
|||
nnoremap ?+ zg
|
||||
|
||||
"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
|
||||
nnoremap ?N ]s
|
||||
|
|
Loading…
Reference in a new issue