plugins: Kill vim-cool again
[vimconf.git] / plugins.vim
index 9ef31190466bb4cf5c98edd74bdc9dbb7b89634d..a79fac1e780977df22082ebb29d38fe31ab8b6ec 100644 (file)
@@ -87,12 +87,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