aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/after/plugin/tagbar.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/.vim/after/plugin/tagbar.vim b/.vim/after/plugin/tagbar.vim
deleted file mode 100644
index 213aae0..0000000
--- a/.vim/after/plugin/tagbar.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-let g:tagbar_autoclose = 1
-let g:tagbar_autofocus = 1
-
-let g:airline#extensions#tagbar#enabled = 1
-
-nnoremap <Leader><space>s :TagbarToggle<CR>