+ dirdiff
This commit is contained in:
parent
6a5cae836e
commit
00dde0171a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
.git
|
|
||||||
*.pyc
|
*.pyc
|
||||||
.netrwhist
|
.netrwhist
|
||||||
.VimballRecord
|
.VimballRecord
|
||||||
|
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[submodule "pack/dirdiff/opt/dirdiff"]
|
||||||
|
path = pack/dirdiff/opt/dirdiff
|
||||||
|
url = https://github.com/will133/vim-dirdiff
|
||||||
|
ignore = untracked
|
1
pack/dirdiff/opt/dirdiff
Submodule
1
pack/dirdiff/opt/dirdiff
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c69159f87c933301e9220d8a1bdacbdf498ce86f
|
@ -277,7 +277,7 @@ let g:Gitv_OpenHorizontal = 1
|
|||||||
|
|
||||||
" Add or remove your plugins here:
|
" Add or remove your plugins here:
|
||||||
"call dein#add('cgdb/cgdb')
|
"call dein#add('cgdb/cgdb')
|
||||||
"call dein#add('will133/vim-dirdiff')
|
packadd dirdiff
|
||||||
"call dein#add('vim-scripts/DoxygenToolkit.vim')
|
"call dein#add('vim-scripts/DoxygenToolkit.vim')
|
||||||
"call dein#add('tpope/vim-fugitive')
|
"call dein#add('tpope/vim-fugitive')
|
||||||
"call dein#add('skibyte/gdb-from-vim', {'rev': 'develop'})
|
"call dein#add('skibyte/gdb-from-vim', {'rev': 'develop'})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user