diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index c80ca0f..eaf1f3a 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -83,7 +83,6 @@ Plug 'reedes/vim-textobj-sentence' " extends the capabilities of sentence detect Plug 'reedes/vim-pencil', { 'for': ['markdown', 'txt'], 'on': 'Goyo' } " provide md convenience functions like hard/softwrap Plug 'junegunn/goyo.vim', { 'for': ['markdown', 'txt'], 'on': 'Goyo' } " provide distraction free writing Plug 'junegunn/limelight.vim', { 'for': ['markdown', 'txt'], 'on': 'Goyo' } " provide even distraction free-er writing (lowlight paragraphs) -Plug 'rhysd/vim-grammarous', { 'for': ['markdown', 'txt'], 'on': 'Goyo' } " integrate vim with languagetool for grammar checking (needs java8) " RMarkdown & LaTeX workflow Plug 'vim-pandoc/vim-pandoc-syntax'