Lilja / vim-chezmoi

Let's you apply files on write to chezmoi
11 stars 1 forks source link

An option for not directly write to it #4

Open Archie-2021 opened 6 months ago

Archie-2021 commented 6 months ago

Hey,

There are many cases when there is a need to save the changes but those changes are not ready to be in the real config file and will break it. I think adding an extra command for chezmoi apply /path/to/target would work much better. Right now and without this plugin I have to just chezmoi apply the whole repo which has it own problems.

Thanks

Lilja commented 6 months ago

Hey @Archie-2021

Thank you for using this plugin. I have not used chezmoi in years, so I don't remember how you would use this to do any of the tasks you ordinarily do.

If you would like to fix this, I would recommend forking this repository and maintaining it yourself. I will probably archive this as I don't need it.

Archie-2021 commented 6 months ago

Hey @Archie-2021

Thank you for using this plugin. I have not used chezmoi in years, so I don't remember how you would use this to do any of the tasks you ordinarily do.

If you would like to fix this, I would recommend forking this repository and maintaining it yourself. I will probably archive this as I don't need it.

Sad to hear it is going ti be archived. No I dont know enough yet to maintain a vim plugin. I may try it in future.

Thanks