Update vim submodules, remove unused
This commit is contained in:
parent
ec1422f34d
commit
f0a247cef2
|
@ -1,9 +1,21 @@
|
|||
[submodule "vim/.vim/bundle/clang_complete"]
|
||||
path = vim/.vim/bundle/clang_complete
|
||||
url = https://github.com/xavierd/clang_complete
|
||||
[submodule "vim/.vim/bundle/Colorizer"]
|
||||
path = vim/.vim/bundle/Colorizer
|
||||
url = https://github.com/chrisbra/Colorizer
|
||||
[submodule "vim/.vim/bundle/supertab"]
|
||||
path = vim/.vim/bundle/supertab
|
||||
url = https://github.com/ervandew/supertab
|
||||
[submodule "vim/.vim/bundle/unicode.vim"]
|
||||
path = vim/.vim/bundle/unicode.vim
|
||||
url = https://github.com/chrisbra/unicode.vim
|
||||
[submodule "vim/.vim/bundle/clang_complete"]
|
||||
path = vim/.vim/bundle/clang_complete
|
||||
url = https://github.com/xavierd/clang_complete
|
||||
[submodule "vim/.vim/bundle/vim-airline"]
|
||||
path = vim/.vim/bundle/vim-airline
|
||||
url = https://github.com/vim-airline/vim-airline
|
||||
[submodule "vim/.vim/bundle/vim-airline-themes"]
|
||||
path = vim/.vim/bundle/vim-airline-themes
|
||||
url = https://github.com/vim-airline/vim-airline-themes
|
||||
[submodule "vim/.vim/bundle/vim-signify"]
|
||||
path = vim/.vim/bundle/vim-signify
|
||||
url = https://github.com/mhinz/vim-signify
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =1
|
||||
let g:netrw_dirhistcnt =3
|
||||
let g:netrw_dirhist_3='/home/kapper/.ssh'
|
||||
let g:netrw_dirhist_2='/home/kapper'
|
||||
let g:netrw_dirhist_1='/home/kapper/dot/vim/.vim/bundle/vim-airline-themes'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ab8e0433536dc6074c77f6ed1fa18325ea1be349
|
|
@ -1 +1 @@
|
|||
Subproject commit 89d1d43165c8ef6c029ee0e9590a0d67978a7c97
|
||||
Subproject commit 297ca3d00406064004be5f2a9923fe8c2406e6e9
|
|
@ -1 +1 @@
|
|||
Subproject commit b85165844240fe0b9121df487679a320e053abc7
|
||||
Subproject commit 0d5c5c1e2995126e76606a628316c8e3f5efb37a
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b71ab64dc16a4665c3214f109000a11d30708079
|
|
@ -1 +1 @@
|
|||
Subproject commit 2b5070441dea482cc4f88556b19002f2da6f3566
|
||||
Subproject commit cb734ba88d633aab1857b89f35495c8902d87248
|
Loading…
Reference in New Issue