Remove grammarious from vim

I've never actually used it for prose writing, and it depends on Java
installation as a dependency which is not installed on my machines.
This commit is contained in:
Marty Oehme 2019-11-13 17:48:04 +01:00
parent dc29299157
commit 40b0a2a775

View file

@ -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'