From 4ebea8fc6f36a2ff8574ee15d4b0173bdc6234f3 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 22 Dec 2018 22:10:50 +0100 Subject: vimrc: add usetab to switchbuf; ignore TCPIP and iTasks errors/warnings --- vim/.vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 87d2916..3ea0f7c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -55,6 +55,7 @@ set tabpagemax=100 set nrformats=hex,alpha set fillchars+=fold:\ set statusline= +set switchbuf=usetab,newtab filetype plugin indent on syntax enable @@ -85,6 +86,14 @@ let g:matchup_matchparen_status_offscreen=0 " Clean let g:clean_load_cloogle_tags = 1 +let g:clean_errors_hide_libraries = + \ [ "ArgEnv" + \ , "Dynamics" + \ , "GraphCopy" + \ , "iTasks" + \ , "StdEnv" + \ , "TCPIP" + \ ] set statusline+=%{cleanvim#tags#statusline()} " Syntastic -- cgit v1.2.3