ソースを参照

Add endwise plugin

For example, add automatically add `end` keyword in fish script after
typing begin.

See more at https://github.com/tpope/vim-endwise
DricomDragon 5 年 前
コミット
2967a05e34
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Install/Templates/vimrc

+ 1 - 0
Install/Templates/vimrc

@@ -9,6 +9,7 @@ Plugin 'VundleVim/Vundle.vim'
 Plugin 'captbaritone/better-indent-support-for-php-with-html'
 Plugin 'https://gogs.jovian-hersemeule.eu/Vim/BonitaLog.git'
 Plugin 'dag/vim-fish'
+Plugin 'tpope/vim-endwise'
 call vundle#end()
 
 " Make hard tab look like 4 spaces tabs