[vim] Set path to sane system default

This commit is contained in:
Eryn Wells 2015-05-07 08:34:12 -07:00
parent c92baafdc8
commit 3ab40f392f

6
vimrc
View file

@ -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'