Adds new plugin, tagbar.
This commit is contained in:
parent
91ad3b0341
commit
b3e3bb6931
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -19,3 +19,6 @@
|
||||
[submodule "bundle/vim-translator"]
|
||||
path = bundle/vim-translator
|
||||
url = https://github.com/voldikss/vim-translator
|
||||
[submodule "bundle/tagbar"]
|
||||
path = bundle/tagbar
|
||||
url = https://github.com/preservim/tagbar
|
||||
|
6
.vimrc
6
.vimrc
@ -65,6 +65,12 @@ nmap <Space>t <Plug>Translate
|
||||
vmap <Space>t <Plug>TranslateV
|
||||
|
||||
|
||||
"
|
||||
" ---- plugin: tagbar
|
||||
"
|
||||
nmap <Space>c :TagbarToggle<CR>
|
||||
|
||||
|
||||
"
|
||||
" ---- plugin: pathogen ----
|
||||
"
|
||||
|
1
bundle/tagbar
Submodule
1
bundle/tagbar
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f6012cb65da4bda46b0779a36840df36ad01483e
|
Loading…
Reference in New Issue
Block a user