Adds new plugin, tagbar.

This commit is contained in:
falsycat 2021-03-25 00:00:00 +00:00
parent 91ad3b0341
commit b3e3bb6931
3 changed files with 10 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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
View File

@ -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

@ -0,0 +1 @@
Subproject commit f6012cb65da4bda46b0779a36840df36ad01483e