plugins: Conditionally load latex-unicoder
[vimconf.git] / plugins.vim
index 9ef31190466bb4cf5c98edd74bdc9dbb7b89634d..4c821d42a444e5e259ab7dd68f605bf628027192 100644 (file)
@@ -21,6 +21,8 @@ Plug 'Konfekt/FastFold'
 
 Plug 'scrooloose/nerdcommenter'
 
+Plug 'joom/latex-unicoder.vim', {'on': '<Plug>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,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