You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written myself a small function that runs when I open project files that checks whether the project is already in the mirrors.yml file with readfile() and match() and if not it appends a rudimentary config for that particular project using writefile().
The issue is, your plugin does not recognize the fact that a new project has been added to my mirrors.yml and i have to restart vim in order for this to take effect.
Don't know how hard adding a :MirrorConfigReload command would be to implement but I think it's an essential feature.
YO!
The text was updated successfully, but these errors were encountered:
Hello! It's me again to bother you.
I've written myself a small function that runs when I open project files that checks whether the project is already in the
mirrors.yml
file withreadfile()
andmatch()
and if not it appends a rudimentary config for that particular project usingwritefile()
.The issue is, your plugin does not recognize the fact that a new project has been added to my
mirrors.yml
and i have to restart vim in order for this to take effect.Don't know how hard adding a
:MirrorConfigReload
command would be to implement but I think it's an essential feature.YO!
The text was updated successfully, but these errors were encountered: