Pascal Kuthe

Results 451 comments of Pascal Kuthe

This heavily factors into the recent work I did in #5420 as conceal is technically a superset of the overlay virtual text implemted there. Extending the work there to also...

I was not 100% sure if this is the right behavior for diagnostics. Initally I thaught this was the case but on second thaught I came to the conclusion that...

I added the `BeforeSticky` and `AfterSticky` variants to assoc. I originally went with a separate parameter because this is an orthogonal property that only applies to a single edgecase while...

I am going to close this as stale. I don't see us adding a statusline element for this as its fairly niche and we already have `:character-info`. Thank you for...

Instead of a seperate config file could this not be subkeys in `config.toml`, for example: ``` toml [theme.overwrite] # Theme overwrites here ```

> Exactly my thoughts as well, but `theme` would then be a toml map and I think we lose the ability to do `theme = "onedark"`. Ad damm I always...

> I think including this in the config is the better choice anyway but for my reference, what is the potential issue with adding new config files? Primarily, If we...

I haven't looked too closely at the implementation yet but this does seem very useful to me and like a better default too. Thanks for working on this! That being...

> Should I look into creating a test for the new behavior? I believe there is currently no tests for the existing behaviour so I wouldn't consider it a blocking...

> Hi @archseer, I wanted to seek your recommendation. > > Currently, the `Tree` is a new component that has been written from scratch. This means that to incorporate movements...