From f1454a95f7de4441c64fd0ccfffa51a0212b3784 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 9 Dec 2021 10:22:18 +0100 Subject: [PATCH] vim: update ALE configuration --- vim/plugins_config.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/plugins_config.vim b/vim/plugins_config.vim index fffcfb6..f1229da 100644 --- a/vim/plugins_config.vim +++ b/vim/plugins_config.vim @@ -59,6 +59,10 @@ let g:ale_fix_on_save = 1 let g:ale_completion_enabled = 1 " let g:ale_completion_autoimport = 1 +let g:ale_lsp_show_message_severity = 'information' +let g:ale_lsp_suggestions = 1 +let g:ale_rename_tsserver_find_in_comment = 1 + let g:ale_sign_priority = 99 let g:ale_sign_error = "xx" let g:ale_sign_warning = ">>"