[nvim] Clean up plugin sections
This commit is contained in:
parent
e2c873aaad
commit
88836506c6
1 changed files with 3 additions and 6 deletions
|
@ -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=''
|
||||
|
|
Loading…
Reference in a new issue