Skip to content

Commit

Permalink
Fix clang_complete on Mavericxs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Johns committed Oct 23, 2013
1 parent 606dedb commit fee2bb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,8 @@ if exists('RainbowParenthesesToggle')
au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces
end

let s:clang_library_path='/Library/Developer/CommandLineTools/usr/lib'
if isdirectory(s:clang_library_path)
let g:clang_library_path=s:clang_library_path
endif

0 comments on commit fee2bb0

Please sign in to comment.