TheBlob42 / drex.nvim

Another directory/file explorer for Neovim written in Lua
GNU General Public License v3.0
96 stars 8 forks source link

Fix links to alternatives #9

Closed jneidel closed 2 years ago

TheBlob42 commented 2 years ago

Good catch :sweat_smile: Would you mind adapting your commit message to the conventional commit specification? Something like: docs: ...

jneidel commented 2 years ago

You can just do a "Squash and Merge" and chose the commit message that goes into your commit history yourself ;) Also keeps the history clearer, because you don't have a merge commit.

docs: fix readme links to alternatives (#9)

TheBlob42 commented 2 years ago

Yes you're right, I am so used to rebasing that I forgot about squashing :D