X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=plugins.vim;h=4c821d42a444e5e259ab7dd68f605bf628027192;hp=56142f764c0afba6a795cdf36da5bc48dc1c3a15;hb=54e19f594a9e8d780f4b84a4a2ee4800484403c1;hpb=ab2c07f08d6f558c408481f86ea6e303c1d5c8fa diff --git a/plugins.vim b/plugins.vim index 56142f7..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' @@ -87,7 +89,8 @@ 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'