.local/bin: Update, Vim: Update libclang location
This commit is contained in:
Submodule .local/bin updated: 7309c29728...2cfc81d11f
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
|
||||
|
Reference in New Issue
Block a user