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:
Marty Oehme 2020-02-08 18:42:12 +01:00
parent 40b6d2220c
commit 7d60a61565
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -68,6 +68,7 @@ Plug 'dyng/ctrlsf.vim'
Plug 'lervag/wiki.vim'
Plug 'alok/notational-fzf-vim'
" Prose Workflow
Plug 'micarmst/vim-spellsync'
Plug 'kana/vim-textobj-user' " dependency for most other textobj plugins
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.