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
Just tried it on Windows with a basic sqlite db, but I can't get the column completion to work. Table names complete just fine, but for columns it's saying Fetching columns for table Users..Done and not much else.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi and thanks for the plugin
Just tried it on Windows with a basic sqlite db, but I can't get the column completion to work. Table names complete just fine, but for columns it's saying
Fetching columns for table Users..Done
and not much else.I'm using nvim-cmp in Neovim, I followed your setup here:
https://github.com/kristijanhusak/neovim-config/blob/master/nvim/lua/partials/plugins/db.lua
https://github.com/kristijanhusak/neovim-config/blob/master/nvim/lua/partials/plugins/completion.lua#L93-L106
Any suggestions?
The text was updated successfully, but these errors were encountered: