natecraddock / workspaces.nvim

a simple plugin to manage workspace directories in neovim
MIT License
309 stars 15 forks source link

Convert commands to lua, add WorkspacesRename, update README #11

Closed ryansch closed 2 years ago

ryansch commented 2 years ago

Thanks for accepting my last PR!

I went to add the new stuff to the README and realized that I hadn't added a :WorkspacesRename command. I went ahead and converted the command setup to lua and then added the missing command.

natecraddock commented 2 years ago

Thanks again! Looks good, merging! 🥳