Remove find command from bash aliases

+ Fix for slow starting terminal sessions
+ Require user to configure clang path following commands in README
This commit is contained in:
2020-06-15 09:19:25 -04:00
parent d76289d1fe
commit da17f5423f
3 changed files with 10 additions and 5 deletions

6
.vimrc
View File

@@ -89,9 +89,6 @@ highlight ALEError ctermfg=DarkRed
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
" Clang_complete settings
let g:clang_library_path = $LIBCLANG
" Colorizer plugin settings
" See :h colorizer in Vim for more info
@@ -136,3 +133,6 @@ let g:airline_symbols.branch = ''
let g:airline_symbols.readonly = ''
let g:airline_symbols.linenr = ''
" Clang_complete settings
"let g:clang_library_path = $LIBCLANG