aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8f5218b..3dea6be 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -155,6 +155,7 @@ let g:ale_python_mypy_options = '--config-file mypy.ini'
" let g:ale_sign_error = '>>'
let g:ale_fix_on_save = 1
let g:ale_linters_explicit = 0
+set omnifunc=ale#completion#OmniFunc
" Make :grep use ripgrep
if executable('rg')