浏览代码

Add unimpaired vim plugin

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

+ 1 - 0
Install/Templates/examples/vimrc

@@ -13,6 +13,7 @@ Plugin 'tpope/vim-endwise' " Automatically close things like adding `end` in fis
 Plugin 'alvan/vim-closetag' " Automatically close html tags
 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
 call vundle#end()
 
 " Make hard tab look like 4 spaces tabs