You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding sqlcomplete#Complete to disable_omnifuncs, as it is set by default by Nvim, even though I do not have the dbext plug and do not want to use it.
However, looking at the source code, I noticed that the option configured for the source is never actually read; only the default is consulted.
The text was updated successfully, but these errors were encountered:
I tried adding
sqlcomplete#Complete
todisable_omnifuncs
, as it is set by default by Nvim, even though I do not have the dbext plug and do not want to use it.However, looking at the source code, I noticed that the option configured for the source is never actually read; only the default is consulted.
The text was updated successfully, but these errors were encountered: