plugins: Add splice
authorStefan Huber <shuber@sthu.org>
Thu, 18 Feb 2021 08:33:51 +0000 (09:33 +0100)
committerStefan Huber <shuber@sthu.org>
Thu, 18 Feb 2021 08:33:51 +0000 (09:33 +0100)
plugins.vim

index 9930669b2c53b3f1d1a7ab564aeea3100d2ef3ce..76af48c53b0e5b16942906661a221426ac52e78e 100644 (file)
@@ -91,6 +91,8 @@ Plug 'romainl/vim-cool'
 
 Plug 'flwyd/vim-conjoin'
 
+Plug 'sjl/splice.vim', {'on': 'SpliceInit'}
+
 if filereadable($HOME . '/.vim/plugins-local.vim')
   source ~/.vim/plugins-local.vim
 endif