add fugitive
This commit is contained in:
parent
1b54cf26f0
commit
61173416da
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*~
|
||||||
|
.netrwhist
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,3 +22,6 @@
|
|||||||
[submodule "bundle/matchit"]
|
[submodule "bundle/matchit"]
|
||||||
path = bundle/matchit
|
path = bundle/matchit
|
||||||
url = git://github.com/vim-scripts/matchit.zip.git
|
url = git://github.com/vim-scripts/matchit.zip.git
|
||||||
|
[submodule "bundle/vim-fugitive"]
|
||||||
|
path = bundle/vim-fugitive
|
||||||
|
url = git://github.com/tpope/vim-fugitive.git
|
||||||
|
1
bundle/vim-fugitive
Submodule
1
bundle/vim-fugitive
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0103538d7a8e03c061c031e33459aeaa4cf040ab
|
5
rc/vimrc
5
rc/vimrc
@ -1,3 +1,5 @@
|
|||||||
|
execute pathogen#infect()
|
||||||
|
|
||||||
" When started as "evim", evim.vim will already have done these settings.
|
" When started as "evim", evim.vim will already have done these settings.
|
||||||
if v:progname =~? "evim"
|
if v:progname =~? "evim"
|
||||||
finish
|
finish
|
||||||
@ -87,9 +89,6 @@ colorscheme desert
|
|||||||
|
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
|
|
||||||
"GetLatest
|
|
||||||
let g:GetLatestVimScripts_allowautoinstall=1
|
|
||||||
|
|
||||||
"TagShortCut
|
"TagShortCut
|
||||||
map <Leader>t :Tlist<CR>
|
map <Leader>t :Tlist<CR>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user