From bb2cefb08136f530faed6523dec946e2ef392bc5 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 13 Apr 2016 11:28:19 +0200 Subject: tagbar: allow tagbar to expand the window --- .gvimrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12