Closed antosha417 closed 2 years ago
Do you maybe use vim-dadbod-completion? I got similar report here https://github.com/kristijanhusak/vim-dadbod-completion/issues/40
I'm using cmp
. I commented out autocmd for completion in sql. And still see the error.
vim.api.nvim_create_autocmd("filetype", {
pattern = { 'sql', 'mysql', 'plsql' },
callback = function()
vim.schedule(function()
cmp.setup.buffer({ sources = { { name = 'vim-dadbod-completion' } } })
end)
end
})
Can you tell me which database are you using, and if you are maybe using multiple (postgres, mysql), does it happen on all of them?
I see this error only for mysql. I also tried postgres and redis, they seem to work fine for me.
Can you try pulling latest change on https://github.com/kristijanhusak/vim-dadbod-completion and see if issue is gone?
The issue is still there
Can you please try one more time to pull latest vim-dadbod-completion
and give it a try?
If it doesn't work, can you uninstall the vim-dadbod-completion
and see if the issue persists?
Thank you a hole lot @kristijanhusak . You fixed the issue. I don't see the error anymore!
Hey! I started to see these error messages when i execute queries. I don't know vim script and can't make seance of the error. Could you please help? I'm using
NVIM v0.8.1