summaryrefslogtreecommitdiffstats
path: root/.gvimrc
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-04-13 09:28:19 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:30:22 (GMT)
commitbb2cefb08136f530faed6523dec946e2ef392bc5 (patch)
tree07b66f354efb8bac2a662c1d45d28bca2d0b4aa6 /.gvimrc
parent4869676ed70d5ec1733a0598c0f8c62f5c302202 (diff)
downloaddotfiles-bb2cefb08136f530faed6523dec946e2ef392bc5.zip
dotfiles-bb2cefb08136f530faed6523dec946e2ef392bc5.tar.gz
dotfiles-bb2cefb08136f530faed6523dec946e2ef392bc5.tar.bz2
tagbar: allow tagbar to expand the window
Diffstat (limited to '.gvimrc')
-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