mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
disable sql omni completion
This commit is contained in:
parent
e3b15da059
commit
32b1d3ac16
@ -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_matchit = 1
|
||||||
let g:loaded_matchparen = 1
|
let g:loaded_matchparen = 1
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
|
" Disable sql omni completion, it is broken.
|
||||||
|
let g:loaded_sql_completion = 1
|
||||||
"}
|
"}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user