diff options
| -rw-r--r-- | core/globals.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/globals.vim b/core/globals.vim index 80415fa..2c06a1a 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -69,4 +69,7 @@ let g:loaded_tutor_mode_plugin = 1 " do not load the tutor plugin let g:loaded_matchit = 1 let g:loaded_matchparen = 1 "}} + +" Disable sql omni completion, it is broken. +let g:loaded_sql_completion = 1 "} |
