Add spellsync plugin to vim
Enables easier vcs integration of vim spelllang dictionaries. Will cause them to be reloaded on external editing, add their binary parts to ignore files, and set their addition files to unison merge mode.
This commit is contained in:
parent
40b6d2220c
commit
7d60a61565
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ Plug 'dyng/ctrlsf.vim'
|
||||||
Plug 'lervag/wiki.vim'
|
Plug 'lervag/wiki.vim'
|
||||||
Plug 'alok/notational-fzf-vim'
|
Plug 'alok/notational-fzf-vim'
|
||||||
" Prose Workflow
|
" Prose Workflow
|
||||||
|
Plug 'micarmst/vim-spellsync'
|
||||||
Plug 'kana/vim-textobj-user' " dependency for most other textobj plugins
|
Plug 'kana/vim-textobj-user' " dependency for most other textobj plugins
|
||||||
Plug 'reedes/vim-textobj-sentence' " extends the capabilities of sentence detection
|
Plug 'reedes/vim-textobj-sentence' " extends the capabilities of sentence detection
|
||||||
" and allows you to jump to the *end* of this <g)> or last <g(> sentence.
|
" and allows you to jump to the *end* of this <g)> or last <g(> sentence.
|
||||||
|
|
Loading…
Reference in a new issue