From 3ab40f392fa86c5ad5b63f2d1c52f2080bc368cd Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 7 May 2015 08:34:12 -0700 Subject: [PATCH] [vim] Set path to sane system default --- vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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'