.local/bin: Update, Vim: Update libclang location

This commit is contained in:
Salt 2018-07-19 17:45:29 -05:00
parent 1db11c89a9
commit 10ffb593bf
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7309c29728567d36e7868baea98255ea3735f8bf
Subproject commit 2cfc81d11f229a542442e4c5eba8945a3df76640

4
.vimrc
View File

@ -35,7 +35,9 @@ set incsearch " Search while you type
set number relativenumber " Relative line numbering
set encoding=utf-8
let g:ycm_autoclose_preview_window_after_completion=1
" For clang_complete
" Proper path for Debian Testing
let g:clang_library_path='/usr/lib/llvm-4.0/lib/libclang.so.1'
" Enable 256-color support
" All of my machines support 256-color so this should be fine