fully remove taglist in favor of tagbar
This commit is contained in:
parent
3a0a8c8777
commit
6eb7bcb05e
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -70,10 +70,6 @@
|
||||
path = vim/bundle/tpope-vim-repeat
|
||||
url = https://github.com/tpope/vim-repeat.git
|
||||
ignore=dirty
|
||||
[submodule "vim/bundle/vim-scripts-taglist"]
|
||||
path = vim/bundle/vim-scripts-taglist
|
||||
url = https://github.com/vim-scripts/taglist.vim.git
|
||||
ignore=dirty
|
||||
[submodule "vim/bundle/tpope-vim-surround"]
|
||||
path = vim/bundle/tpope-vim-surround
|
||||
url = https://github.com/tpope/vim-surround.git
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 53041fbc45398a9af631a20657e109707a455339
|
@ -142,9 +142,6 @@ nnoremap <silent> ss <C-w>s
|
||||
nnoremap <silent> + <C-w>+
|
||||
nnoremap <silent> - <C-w>-
|
||||
|
||||
"open the taglist (method browser) using ,t
|
||||
nnoremap <silent> ,T :TlistToggle<CR>
|
||||
|
||||
" create <%= foo %> erb tags using Ctrl-k in edit mode
|
||||
imap <silent> <C-K> <%= %><Esc>3hi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user