Philip Sjöberg
Philip Sjöberg
The plugin is awesome, but "hicks" up and reduces performance drastically since it does automatic refresh constantly to draw the database structure on unnecessary triggers. This might not be an...
This PR aims to make the editor experience a bit less locked into the Dbee editor. One of the perks of running neovim is that you have full flexibility to...
~~Adds options to the `require('dbee').open( { reset = true } )`,~~ which will reset the windows to the fixed size defined in layout config. The reset functionality is now build...
# Description This follows the style and structure of both the postgres and bigquery integration tests. --- # What's left? _Edit:_ There seems to be some issue with the adapter....
If you are like me, and migrated over to [blink.cmp](https://github.com/Saghen/blink.cmp), you can use the `cmp-dbee` through the [blink.compat](https://github.com/saghen/blink.compat) plugin. Here is how you can set it up. ```lua require("blink-cmp").setup({ sources...