kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
755 stars 51 forks source link

fix: sort help functions by action name #124

Closed Joxtacy closed 2 months ago

Joxtacy commented 3 months ago

This is just a small thing, but it kinda annoyed me. 🙃 The help functions in the left side menu was ordered in different ways every time it was opened so I changed the sorting to sort by name instead of id to get a consistent sorting.

I hope it's okay that I created a PR for this.