kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.48k stars 86 forks source link

<C-]> tries to go to auth.users #242

Open mattiasbonte opened 4 months ago

mattiasbonte commented 4 months ago

Hello,

When trying to go to my userId relation under the cursor with <C-]> it automatically goes to auth.users table but can't find anything since that table doesn't exist in my project. Is there a way to configure this so that it goes to public.users instead?

Thanks for you time!