From 10ffb593bfa0473d78f3e4d325a91a8ac277f5dd Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 19 Jul 2018 17:45:29 -0500 Subject: [PATCH] .local/bin: Update, Vim: Update libclang location --- .local/bin | 2 +- .vimrc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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