We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query Result
How can I change the sort order of this query results?
The text was updated successfully, but these errors were encountered:
You can't at this moment, but this can be added as an improvement.
Sorry, something went wrong.
I would like to contribute, but this is my first time. I would appreciate guidance if you can provide it.
There is already some sorting logic around it here https://github.com/kristijanhusak/vim-dadbod-ui/blob/master/autoload/db_ui/drawer.vim#L726, so just introduce a configurable global variable like g:db_ui_dbout_list_sort, and read it's configuration in this sorting method.
g:db_ui_dbout_list_sort
No branches or pull requests
How can I change the sort order of this query results?
The text was updated successfully, but these errors were encountered: