vim-config/vimrc.d/32-ale.vim
2024-05-05 00:08:43 +08:00

9 lines
302 B
VimL

" Enable completion where available.
" This setting must be set before ALE is loaded.
"
" You should not turn this setting on if you wish to use ALE as a completion
" source for other completion plugins, like Deoplete.
packadd! ale
let g:ale_completion_enabled = 1
set omnifunc=ale#completion#OmniFunc