summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/neobundle.toml')
-rw-r--r--vim/neobundle.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index 9ce2493..a45fa1f 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -49,16 +49,6 @@ lazy = 1
on_path = '\.ldg$'
[[plugins]]
-repository = 'majutsushi/tagbar'
-lazy = 1
-augroup = 'TagbarSession'
-on_cmd =
- ['Tagbar'
- ,'TagbarToggle'
- ,'TagbarOpen'
- ,'TagbarOpenAutoClose']
-
-[[plugins]]
repository = 'vim-scripts/a.vim'
lazy = 1
on_ft = ['c', 'cpp']