From 7d60a61565ad7861015a36a9c00409c974c5a7a4 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 8 Feb 2020 18:42:12 +0100 Subject: [PATCH] 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. --- nvim/.config/nvim/init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index ab0ded2..14b1609 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -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 or last sentence.