Browse Source

Add vim-repeat plugin

DricomDragon 4 năm trước cách đây
mục cha
commit
2314983fa7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Install/Templates/examples/vimrc

+ 1 - 0
Install/Templates/examples/vimrc

@@ -14,6 +14,7 @@ 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
+Plugin 'tpope/vim-repeat' " Allow custom commands from vim-unimpaired to be repeated with the dot command
 call vundle#end()
 
 " Make hard tab look like 4 spaces tabs