plugins: dd vim-repeat
[vimconf.git] / plugins.vim
index 9ef31190466bb4cf5c98edd74bdc9dbb7b89634d..081941a8f1ca585ab1d69fa2b9d8e584b8b151b5 100644 (file)
@@ -88,11 +88,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