vim-projectroot icon indicating copy to clipboard operation
vim-projectroot copied to clipboard

Using glob when defining root markers

Open mclang opened this issue 6 years ago • 2 comments

Hello

I just found this plugin while configuring FZF to replace CtrlP.

I sometimes develop .NET applications, so I need to set *.sln as root marker. Is this possible?

mclang avatar Jun 06 '19 10:06 mclang

Can't you just use .git (or your source control) as your root marker?

dbakker avatar Jun 06 '19 18:06 dbakker

Yes, that is one of the markers I use.

But not every one of my projects is under version control.

mclang avatar Jun 10 '19 05:06 mclang