1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: ale: use cursor detail and floating preview

This commit is contained in:
bretello 2023-09-15 10:23:01 +02:00
parent bfad3b2a4c
commit cffd1ef025

View File

@ -84,6 +84,8 @@ augroup END
let g:ale_fix_on_save = 1
let g:ale_cursor_detail=1
let g:ale_detail_to_floating_preview =1
let g:ale_lsp_show_message_severity = 'information'
let g:ale_lsp_suggestions = 1