aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-06-23 16:16:55 +0100
committerMatthew Lemon <y@yulqen.org>2023-06-23 16:16:55 +0100
commit7661ebed30dfb56bbbff2790593cf50d716d7006 (patch)
tree274fab357efdcbe7c3c3df8250a5b2e5850c2e7a /vim/vimrc
parentdc278b387f9dd6a0a0086d8f9526742793caa085 (diff)
Vim completion config change
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')