소스 검색

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