[nvim] Clean up plugin sections

This commit is contained in:
M1dgard 2018-08-18 22:23:54 +02:00
parent e2c873aaad
commit 88836506c6
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -469,9 +469,6 @@ let g:gutentags_cache_dir = '~/.cache/gutentag'
" Obsession {{{2
" --------------
" Powerline {{{2
" --------------
" Airline {{{2
" ------------
let g:airline_powerline_fonts=1
@ -479,13 +476,13 @@ let g:airline_theme='bubblegum'
let g:airline#extensions#ycm#enabled=1
let g:airline#extensions#tabline#enabled=1
let g:airline#extensions#ale#enabled=1
" Ale {{{2
" --------
let g:ale_linters = {
\ 'c': [],
\ 'cpp': [],
\}
" Ale {{{2
" --------
let g:ale_lint_on_text_change='normal'
let g:ale_lint_on_insert_leave=1
let g:ale_completion_delay=''