From a4ac2e3d6d67a3fe95f4f6c1990415045a0dfd0b Mon Sep 17 00:00:00 2001 From: blallo Date: Sat, 22 Jun 2024 23:13:41 +0200 Subject: [PATCH] fix: do not trigger sql autocomp --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 3f1b6c9..09676e9 100644 --- a/vimrc +++ b/vimrc @@ -142,6 +142,9 @@ endif """ Set dockerfile syntax autocmd BufNewFile,BufRead Dockerfile* set ft=Dockerfile +""" Disable SQLAutocomplete +let g:loaded_sql_completion = 0 + """ keybindings