From bce2db39d7b179c53e4b09f74268d6da22091704 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 21 Sep 2021 21:21:07 +0200 Subject: vimrc --- .vim/vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 787aff6..0ae9fad 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -33,8 +33,6 @@ let g:airline#extensions#ale#enabled = 1 let g:airline_powerline_fonts = 1 let g:airline_highlighting_cache = 1 -set omnifunc=ale#completion#OmniFunc - " Completor config let g:completor_clang_binary = '/usr/bin/clang' @@ -42,7 +40,10 @@ let g:completor_clang_binary = '/usr/bin/clang' let g:rainbow_active = 1 " ALE config -let g:ale_set_highlights = 0 "Highlights are annoying +set omnifunc=ale#completion#OmniFunc +let g:ale_completion_enabled = 1 +let g:ale_completion_autoimport = 1 +let g:ale_set_highlights = 1 "Highlights are annoying let g:ale_set_signs = 1 "let g:ale_virtualtext_cursor = 1 " Only use one of the following let g:ale_cursor_detail = 1 -- cgit v1.2.3