summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gvimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gvimrc b/.gvimrc
index 80bb450..c8a74df 100644
--- a/.gvimrc
+++ b/.gvimrc
@@ -34,3 +34,6 @@ endif
" Yank and put to/from the 'quoteplus' register so we can share clipboards
set clipboard=unnamedplus
+
+" Allow tagbar to expand the GUI window
+let g:tagbar_expand = 1