bfredl

Results 459 comments of bfredl

Togheter with this change, we could get rid of `default_hl_id` in `parse_bordertext()` and use -1 there, right? Would be a deduplication of logic.

Ready for review. UI design: need a button combination for jumping to editing clip instead of launching. I picked AFFECT ENTIRE because it currently has no "latching" behavior in clips...

Updated. it ignores the song-level chords now, I take @soymonitus plan to address that in a follow-up.

This can be done with a WinEnter autocmd.

Related: https://github.com/neovim/neovim/pull/23747

More or less the same issue as conceal not respecting wrap, and which anti-conceal will need to solve. (we need to recalculate vertical space from horizontal space changed by decorations)

Might be but the first 80% is the same: make actual horizontal space not only depend on buffer text, but also decorations. This does not only happen in `win_line` but...

> rm ~/.config/nvim/init.lua Hmm, python provider is supposed to only be loaded on demand, not with (really) empty config. You might have some plugin in your runtimepath which checks `has("python3")`...

> but I still think it's worth fixing the performance issue with calling python to check if pynvim is available so that it lowers startup time when using python plugins...