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.
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.
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