I'm trying to use the dynamic SQL auto completion (omni menu) feature in vim, but it's not working.
I'm using the Yakuake terminal on Linux Mint, and the DBext vim plugin is working.
I can do C-xC-o, but it only shows tables and I need columns too. I also can't drill with left and right.
If I’m in insert mode and I press C-c then it acts like I pressed Esc and goes back to normal mode.
When I type :SQLSetType pgsql
it says "not an editor command".