ahmedkhalf / project.nvim

The superior project management solution for neovim.
Apache License 2.0
1.29k stars 119 forks source link

How to match an absolute path? Or path with a ~ ? #109

Closed myarcana closed 1 year ago

myarcana commented 1 year ago

I would like to make all of my ~/.config direct children directories project roots. The obvious pattern =~/.config/* didn't work, and then in debugging I discovered that =~/.config doesn't work either.

Is there currently a way to do this?

ahmedkhalf commented 1 year ago

>.config

myarcana commented 1 year ago

Won't that also match ~/myproject/.config/data/ ?