X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins.vim;h=4c821d42a444e5e259ab7dd68f605bf628027192;hp=76af48c53b0e5b16942906661a221426ac52e78e;hb=54e19f594a9e8d780f4b84a4a2ee4800484403c1;hpb=15df48a2ceb52cf00fa4345095d06f79d88ac494 diff --git a/plugins.vim b/plugins.vim index 76af48c..4c821d4 100644 --- a/plugins.vim +++ b/plugins.vim @@ -21,6 +21,8 @@ Plug 'Konfekt/FastFold' Plug 'scrooloose/nerdcommenter' +Plug 'joom/latex-unicoder.vim', {'on': 'Unicoder'} + Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'} Plug 'Xuyuanp/nerdtree-git-plugin', {'on': 'NERDTreeToggle'} @@ -38,7 +40,7 @@ Plug 'tpope/vim-liquid', {'for': ['liquid', 'html', 'xml', 'markdown']} Plug 'cakebaker/scss-syntax.vim', {'for': 'scss'} Plug 'hail2u/vim-css3-syntax', {'for': ['scss', 'css']} -Plug 'ap/vim-css-color', {'for': ['scss', 'css']} +Plug 'gko/vim-coloresque' Plug 'tpope/vim-ragtag' @@ -54,6 +56,8 @@ else Plug 'roxma/nvim-yarp' Plug 'roxma/vim-hug-neovim-rpc' endif +" java extension to deoplete +Plug 'artur-shaik/vim-javacomplete2', {'for': 'java'} Plug 'Shougo/neosnippet.vim' Plug 'Shougo/neosnippet-snippets' @@ -70,8 +74,6 @@ Plug 'derekwyatt/vim-fswitch', {'for': ['c', 'cpp', 'objc']} Plug 'ludovicchabant/vim-gutentags', {'for': ['c', 'cpp', 'objc']} "Plug 'vim-scripts/Conque-GDB', {'for': ['c', 'cpp', 'objc']} -Plug 'artur-shaik/vim-javacomplete2', {'for': 'java'} - Plug 'godlygeek/tabular' Plug 'junegunn/vim-easy-align' @@ -87,12 +89,15 @@ Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'} Plug 'dstein64/vim-startuptime' -Plug 'romainl/vim-cool' +" Make . more useful after a plugin map +Plug 'tpope/vim-repeat' Plug 'flwyd/vim-conjoin' Plug 'sjl/splice.vim', {'on': 'SpliceInit'} +Plug 'sheerun/vim-polyglot' + if filereadable($HOME . '/.vim/plugins-local.vim') source ~/.vim/plugins-local.vim endif