mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Reduce the ale error list size
This commit is contained in:
parent
7a1f5d951b
commit
9c24b1b8b5
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ let g:ale_enabled = g:autostartchecker
|
|||
" open list of warnings and errors when they exist
|
||||
let g:ale_open_list = 1
|
||||
|
||||
" size of the list
|
||||
let g:ale_list_window_size = 5
|
||||
|
||||
" don't fix on save
|
||||
let g:ale_fix_on_save = 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue