diff options
author | Karel Kočí <cynerd@email.cz> | 2019-04-28 15:14:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-04-28 15:14:48 +0200 |
commit | 0d041a12b12f12f445bf46f4976de4ecef6bc4eb (patch) | |
tree | a8f6d66a9d601437f6e310ce776edf366c210e1a | |
parent | a68cce62e45db39a68d38f3a1fa46de5e372675e (diff) | |
download | myconfigs-0d041a12b12f12f445bf46f4976de4ecef6bc4eb.tar.gz myconfigs-0d041a12b12f12f445bf46f4976de4ecef6bc4eb.tar.bz2 myconfigs-0d041a12b12f12f445bf46f4976de4ecef6bc4eb.zip |
vim: add fugitive plugin
m--------- | private | 0 | ||||
-rw-r--r-- | vimrc | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/private b/private -Subproject 91dd4520692588e5e7a8a19cdd40e22ab49ffee +Subproject 0c7a49ba8d5318cd7ee264aceb7cd5228274ca1 @@ -26,6 +26,7 @@ Plugin 'SirVer/ultisnips' Plugin 'honza/vim-snippets' Bundle 'craigemery/vim-autotag' Plugin 'scrooloose/nerdcommenter' +Plugin 'tpope/vim-fugitive' " Movement, format and others Plugin 'tpope/vim-surround' Plugin 'tpope/vim-repeat' |