diff --git a/.vimrc b/.vimrc index 2f88ca6..51233ac 100644 --- a/.vimrc +++ b/.vimrc @@ -104,8 +104,7 @@ set tabstop=4 set softtabstop=4 set shiftwidth=4 " real tabs -set noexpandtab -set smarttab +" set noexpandtab if has("autocmd") " python @@ -398,8 +397,9 @@ let OmniCpp_MayCompleteArrow = 1 " autocomplete after -> let OmniCpp_MayCompleteScope = 1 " autocomplete after :: set path=.,..,/usr/local/include,/usr/include - -set tags=./tags " in file directory +" Will search from current dir to home +set tags+=./tags;$HOME +set tags+=./tags " in file directory set tags+=tags " in current directory "for when programming in build dir set tags+=../tags