vimrc: disable ALE completion, add settings

This commit is contained in:
surtur 2022-10-30 04:15:05 +01:00
parent 50ae638cf7
commit c3595f50fa
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -211,11 +211,15 @@ let g:lsp_diagnostics_virtual_text_enabled = 0
" let g:lsp_ale_auto_config_ale = 0
let g:ale_c_parse_compile_commands = 1
let g:ale_cpp_parse_compile_commands = 1
let g:ale_loclist_msg_format = '%code: %%s'
let g:ale_close_preview_on_insert = 1
let g:ale_detail_to_floating_preview = 1
let g:ale_warn_about_trailing_whitespace = 1
let g:ale_virtualtext_cursor = 1
let g:ale_hover_to_floating_preview = 1
let g:ale_completion_enabled = 1
" let g:ale_completion_enabled = 1
let g:ale_hover_to_preview = 1
let g:ale_lsp_suggestions = 1
let g:ale_terraform_langserver_executable = 'terraform-ls'