X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=plugins-noroot-nolowendbox.vim;h=ceba0e313758234f8f2c4a5d19b6cfa87e8a8617;hb=7841bf9006f2a6daa4694cbed691646f4f3f1a3c;hp=a9fe99c3c183a13fd150510d522c0561ad20c8fb;hpb=7b6db222395eeac91fae9e07ba9327dd0cc45020;p=vimconf.git diff --git a/plugins-noroot-nolowendbox.vim b/plugins-noroot-nolowendbox.vim index a9fe99c..ceba0e3 100644 --- a/plugins-noroot-nolowendbox.vim +++ b/plugins-noroot-nolowendbox.vim @@ -21,7 +21,7 @@ Plug 'justmao945/vim-clang', {'for': ['c', 'cpp', 'objc']} " Prevent slow foling update, e.g., for vimtex Plug 'Konfekt/FastFold' -Plug 'lervag/vimtex', {'for': 'tex'} +Plug 'lervag/vimtex' Plug 'mhinz/vim-signify' Plug 'tpope/vim-fugitive' @@ -35,6 +35,7 @@ Plug 'hail2u/vim-css3-syntax', {'for': ['scss', 'css']} Plug 'https://gitlab.com/dbeniamine/vim-mail' Plug 'Konfekt/vim-DetectSpellLang', {'do': 'spell'} +Plug 'dpelle/vim-LanguageTool' " Disable devicons on linux terminal if $TERM == 'linux' @@ -56,7 +57,7 @@ Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'} Plug 'sheerun/vim-polyglot' if has('nvim-0.5') - Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} + Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate', 'tag': 'v0.8.0'} Plug 'nvim-treesitter/nvim-treesitter-refactor', {'do': ':TSUpdate'} endif @@ -174,8 +175,8 @@ function PluginsNorootNolowendboxConfig() lua <