From 451f3958fd30da1bbf577b20b3761429f4050768 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sun, 31 Jan 2021 16:15:43 +0100 Subject: [PATCH] init: Packadd termdebug for c,cpp --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 80b80ee..86f93b3 100644 --- a/init.vim +++ b/init.vim @@ -177,6 +177,8 @@ au BufEnter *.cpp,*.cc,*.cxx let b:fswitchdst='h,hxx,hpp,hh' au BufEnter *.h,*.hh,*.hxx let b:fswitchdst='cc,c,cxx,cpp' au BufNewFile *.{h,hpp,hxx} call AddIncludeGuards() +au FileType cpp,c packadd termdebug + augroup autofoldcolumn au! au CursorHold,BufWinEnter * AutoOrigamiFoldColumn -- 2.30.2