charludo / projectmgr.nvim

Quickly switch between projects and automate startup tasks.
https://github.com/charludo/projectmgr.nvim
GNU General Public License v3.0
121 stars 4 forks source link

Tab complete path when adding a project #2

Closed bmorashad closed 2 years ago

bmorashad commented 2 years ago

It would be cool if path supports tab completion when adding a new project, similar to how :e[dit] command works. Otherwise it's bit annoying to copy/paste the path, not a big deal tho

charludo commented 2 years ago

Yup, good idea. Added to the ToDo list!

bmorashad commented 2 years ago

Great Thanks

charludo commented 2 years ago

Hey, thanks for your patience, with the new update, tab completion for paths (and a bunch of other stuff!) is finally added.

Make sure to check the README, the installation with packer has changed!