From a9e3b9a8e46a232b86ae58a868a7f8ef2c6a1dc4 Mon Sep 17 00:00:00 2001 From: gryf Date: Fri, 5 Jun 2020 10:39:52 +0200 Subject: [PATCH] Use TagBar object display on status bar for python. --- vimrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vimrc b/vimrc index e83af91..b2105a1 100644 --- a/vimrc +++ b/vimrc @@ -223,15 +223,6 @@ function s:SetPythonSettings() "{{{2 setlocal cinwords=if,elif,else,for,while,try,except,finally,def,class,with setlocal smarttab - setlocal statusline=%<%F " filename (fullpath) - setlocal statusline+=\ %h " indicator for help buffer - setlocal statusline+=%m " modified flag - setlocal statusline+=%r " readonly flag - setlocal statusline+=\ %{TagInStatusLine()} " current tag and its type - setlocal statusline+=%= " switch to the right - setlocal statusline+=%(%l,%c%V%) " line, column and virtual column - setlocal statusline+=\ %3p%% " percentage of the file - set wildignore+=*.pyc inoremap # X#