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:
6
.vimrc
6
.vimrc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user