diff --git a/vimrc b/vimrc index 1960c9a..a6688c7 100644 --- a/vimrc +++ b/vimrc @@ -176,6 +176,12 @@ let g:snipMate.scope_aliases["java"] = "android" " set the Gundo preview window on the bottom let g:gundo_preview_bottom = 1 +" +" PATHS +" + +set path=.,,/usr/local/include,/usr/include + if has('mac') let g:xcode_path = system('xcode-select -p') let s:clang_library_path = g:xcode_path . 'Toolchains/XcodeDefault.xctoolchain/usr/lib'