瀏覽代碼

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