kristijanhusak / vim-dadbod-ui

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

Added Support for Redshift #240

Closed jtw023 closed 1 month ago

jtw023 commented 1 month ago

Pull request adds support for a vim.g.db_ui_use_redshift flag that you can add to init.lua or, in my case, plug-dadbod.lua. New code just checks for the existence of this new flag and if it is not present or is set to 0 it runs the original code.

I have also updated the README with the vimL way of adding this flag.

This would close #131

jtw023 commented 1 month ago

I should add that I am running Arch Linux and it works perfectly on my machine. Any suggestions as to how to make this more acceptable to more systems are always welcome.