From f4430c8a3c46e17a195857329ebaa8babaa6f5d7 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 17 Oct 2016 11:32:42 +0200 Subject: [PATCH] [vim] Use tagbar as class outline viewer Keep taglist for the status line --- .vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index b970e60..2857bf4 100644 --- a/.vimrc +++ b/.vimrc @@ -253,7 +253,8 @@ let Tlist_Inc_Winwidth = 0 "let Tlist_Use_Horiz_Window = 1 let Tlist_Use_Right_Window = 1 " open/close tag list window with F8 -map :TlistToggle +"map :TlistToggle +nmap :TagbarToggle " close preview window after a completion if has("autocmd") @@ -536,6 +537,8 @@ Plugin 'vim-scripts/OmniCppComplete' " List current file function " let $GIT_SSL_NO_VERIFY = 'true' Plugin 'gitlab@gitlab.mathux.org:Mathieu/taglist.git' +" Tagbar look like a maintened taglist +Plugin 'majutsushi/tagbar' "Syntax checking Plugin 'scrooloose/syntastic.git'