plugins: Add vim-cool
authorStefan Huber <shuber@sthu.org>
Sun, 31 Jan 2021 15:16:03 +0000 (16:16 +0100)
committerStefan Huber <shuber@sthu.org>
Sun, 31 Jan 2021 15:16:03 +0000 (16:16 +0100)
plugins.vim

index cdbbd96a483e9fba03c267e18cd1436d891f8050..06b2b924e6507a7b9a1a6048e8cb5e9e51fbe156 100644 (file)
@@ -87,6 +87,8 @@ Plug 'dbeniamine/cheat.sh-vim', {'on': ['Cheat']}
 
 Plug 'dstein64/vim-startuptime'
 
+Plug 'romainl/vim-cool'
+
 if filereadable($HOME . '/.vim/plugins-local.vim')
   source ~/.vim/plugins-local.vim
 endif