diff --git a/vim/config/plugins/ale.vim b/vim/config/plugins/ale.vim index 5708ea5..e3da089 100644 --- a/vim/config/plugins/ale.vim +++ b/vim/config/plugins/ale.vim @@ -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