Mark Vander Stel

Results 142 comments of Mark Vander Stel

Sorry for the delay; I finally added this.

> What are your ideas about the following options for generalizing @PandaWill's idea? I really like your second idea. I have another one: 3. A priority system for each section,...

Good callout @milouse. If the CodeWhisperer team wants to be included in our documentation, they are welcome to open a new PR.

@milouse yes, the work that will be released as part of v2.2, specifically [_lp_fill()](https://liquidprompt.readthedocs.io/en/latest/functions/util.html#lp_fill), should be sufficient to close this issue. I'll close this issue when that version is released.

I pulled, rebased, and fixed conflicts to merge this. GitHub won't show it as merged, since the changes won't come from your personal branch.

> Thanks @nojhan for the awesome talk on liquidprompt. I was very happy to find out about liquidprompt since I was searching for something like this: I'm glad @nojhan's talk...

This is for sure something we need to support. Likely we would want a config option for it (`LP_ENABLE_GITSTATUSD`), and autodetect if `gitstatus_check()` returns true, otherwise disable the feature. That...

No, no one is working on this to my knowledge. I took a shallow look at it before, and it seems doable, but a lot of work in liquidprompt internals...

I have a feature for the same problem in my `voom` inspired [profile-manager](https://github.com/Rycieos/profile-manager), if I can give my input. An example config: ``` dot-files() { repo_url="https://github.com/Rycieos/dot-files.git" files=( ["profile-manager/config"]="~/.config/profile-manager/config" ) dot-files_post_update()...