[vim] Set path to sane system default
This commit is contained in:
parent
c92baafdc8
commit
3ab40f392f
1 changed files with 6 additions and 0 deletions
6
vimrc
6
vimrc
|
@ -176,6 +176,12 @@ let g:snipMate.scope_aliases["java"] = "android"
|
||||||
" set the Gundo preview window on the bottom
|
" set the Gundo preview window on the bottom
|
||||||
let g:gundo_preview_bottom = 1
|
let g:gundo_preview_bottom = 1
|
||||||
|
|
||||||
|
"
|
||||||
|
" PATHS
|
||||||
|
"
|
||||||
|
|
||||||
|
set path=.,,/usr/local/include,/usr/include
|
||||||
|
|
||||||
if has('mac')
|
if has('mac')
|
||||||
let g:xcode_path = system('xcode-select -p')
|
let g:xcode_path = system('xcode-select -p')
|
||||||
let s:clang_library_path = g:xcode_path . 'Toolchains/XcodeDefault.xctoolchain/usr/lib'
|
let s:clang_library_path = g:xcode_path . 'Toolchains/XcodeDefault.xctoolchain/usr/lib'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue