.local/bin: Update, Vim: Update libclang location
This commit is contained in:
parent
1db11c89a9
commit
10ffb593bf
@ -1 +1 @@
|
||||
Subproject commit 7309c29728567d36e7868baea98255ea3735f8bf
|
||||
Subproject commit 2cfc81d11f229a542442e4c5eba8945a3df76640
|
4
.vimrc
4
.vimrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user