kristijanhusak / vim-dadbod-ui

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

How can I Sort `Query Result` by latest to the olders #279

Open simanga-dev opened 1 month ago

simanga-dev commented 1 month ago

image

How can I change the sort order of this query results?

kristijanhusak commented 1 month ago

You can't at this moment, but this can be added as an improvement.

simanga-dev commented 1 month ago

I would like to contribute, but this is my first time. I would appreciate guidance if you can provide it.

kristijanhusak commented 1 month ago

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.