Ver código fonte

Add a comment for each plugin

DricomDragon 5 anos atrás
pai
commit
336ddd5199
1 arquivos alterados com 6 adições e 6 exclusões
  1. 6 6
      Install/Templates/vimrc

+ 6 - 6
Install/Templates/vimrc

@@ -5,12 +5,12 @@ filetype off
 set rtp+=~/.vim/bundle/Vundle.vim
 
 call vundle#begin()
-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'
-Plugin 'alvan/vim-closetag'
+Plugin 'VundleVim/Vundle.vim' " Keep the plugin manger itself updated
+Plugin 'captbaritone/better-indent-support-for-php-with-html' " Edit html files ending with php
+Plugin 'https://gogs.jovian-hersemeule.eu/Vim/BonitaLog.git' " Highlight useful information in Tomcat logs
+Plugin 'dag/vim-fish' " Full fish modular support
+Plugin 'tpope/vim-endwise' " Automatically close things like adding `end` in fish scripts
+Plugin 'alvan/vim-closetag' " Automatically close html tags
 Plugin 'quabug/vim-gdscript' " Old plugin for GoDot 3 syntax highlighting
 call vundle#end()