X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=plugins-noroot-nolowendbox.vim;h=d3d955961a08ad3940268d5595e8b810422395a2;hb=b4c136a824911e10333920ec49e3ca600426dbb3;hp=d665a29f9e1454dd4176ce96227a051dfc74633f;hpb=88ee55604820f99f0eea3563daadb34b55f2e287;p=vimconf.git diff --git a/plugins-noroot-nolowendbox.vim b/plugins-noroot-nolowendbox.vim index d665a29..d3d9559 100644 --- a/plugins-noroot-nolowendbox.vim +++ b/plugins-noroot-nolowendbox.vim @@ -15,6 +15,10 @@ Plug 'artur-shaik/vim-javacomplete2', {'for': 'java'} Plug 'neomake/neomake' Plug 'puremourning/vimspector' +Plug 'kana/vim-operator-user' +Plug 'rhysd/vim-clang-format' +Plug 'justmao945/vim-clang', {'for': ['c', 'cpp', 'objc']} + " Prevent slow foling update, e.g., for vimtex Plug 'Konfekt/FastFold' Plug 'lervag/vimtex', {'for': 'tex'} @@ -31,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' @@ -52,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 @@ -170,8 +175,8 @@ function PluginsNorootNolowendboxConfig() lua <cf (operator-clang-format) + au FileType c,cpp,objc,javascript,java,typescript,protobuf,cuda,vala + \ nmap cf :ClangFormat + augroup END + endfunction