diff --git a/.local/bin b/.local/bin index 7309c297..2cfc81d1 160000 --- a/.local/bin +++ b/.local/bin @@ -1 +1 @@ -Subproject commit 7309c29728567d36e7868baea98255ea3735f8bf +Subproject commit 2cfc81d11f229a542442e4c5eba8945a3df76640 diff --git a/.vimrc b/.vimrc index b30038d4..369785ab 100644 --- a/.vimrc +++ b/.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