vimrc: set ALE omnifunc, allow autoimport
This commit is contained in:
parent
c3595f50fa
commit
056bcb26aa
@ -220,6 +220,9 @@ 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
|
||||
" for use with <c-x><c-o>
|
||||
set omnifunc=ale#completion#OmniFunc
|
||||
let g:ale_completion_autoimport = 1
|
||||
let g:ale_hover_to_preview = 1
|
||||
let g:ale_lsp_suggestions = 1
|
||||
let g:ale_terraform_langserver_executable = 'terraform-ls'
|
||||
|
Loading…
Reference in New Issue
Block a user