natecraddock / workspaces.nvim

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

feat(telescope): Add support to opening a workspace in a new tab #22

Closed IceS2 closed 1 year ago

IceS2 commented 1 year ago

Hello folks!

Before anything, great plugin! Just found out about it while revamping my neovim setup and I think it's exactly what I'm missing to have some nice control on how to open different projects!

I added a small modification, just enabling me to actually open the workspace on a new tab from telescope. This actually enables me a really nice flow:

natecraddock commented 1 year ago

Hey @IceS2 thanks for the contribution! This was excellent timing as I had just sat down and opened Github when you sent this in!

I just tested and it works great! The only thing missing is documentation, but I'll add that myself in a follow-up commit.

Have a wonderful day!

IceS2 commented 1 year ago

Hey @natecraddock I wasn't sure where to document it to be honest. If you want to give me some guidance I can do it myself, don't worry!

natecraddock commented 1 year ago

@IceS2 I just pushed a commit for the docs, but thank you for being willing!