浏览代码

Add plugin to sep up vim by project

DricomDragon 4 年之前
父节点
当前提交
2b6a21bfe3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Install/Templates/home/vim/vimrc

+ 1 - 0
Install/Templates/home/vim/vimrc

@@ -15,6 +15,7 @@ Plugin 'quabug/vim-gdscript' " Old plugin for GoDot 3 syntax highlighting
 Plugin 'whiteinge/diffconflicts' " Two-ways git merge tool
 Plugin 'tpope/vim-unimpaired' " Add useful bracket shortcuts
 Plugin 'tpope/vim-repeat' " Allow custom commands from vim-unimpaired to be repeated with the dot command
+Plugin 'embear/vim-localvimrc' " Allow Vim tweak per project, useful for coding conventions
 call vundle#end()
 
 " Make hard tab look like 4 spaces tabs