Ver código fonte

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 anos atrás
pai
commit
2967a05e34
1 arquivos alterados com 1 adições e 0 exclusões
  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