-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hi @kristijanhusak,
I'm trying to get this package working with nvim-cmp and vim-dadbod-ui for a postgresql server. I'm running into this bizarre error that seems to pop up when trying to retrieve the column names. Initially I thought it was something wrong with my configuration but I can confirm that the table names are being retrieved perfectly. I ended up trying to clear the cache and then found the same error with vim_dadbod_completion#job#run complaining of too many arguments.
I tried drilling into your source code and printing some messages and found this is the point it breaks for clearing the cache (probably something similar for the completion of the columns). Just did a basic printout to prove it doesn't reach the DONE printout.
I'm not familiar enough with vimscript to really tell what's going wrong here. As far as I can tell there's no way to give it too many arguments. Any help would be greatly appreciated, I would really like to get this up and running as I'd love to use a native nvim editor and ditch postico!
Best regards!