Wil Thomason
Wil Thomason
@andrewrynhard I think this is caused by https://github.com/neovim/neovim/issues/12587, which means that we need to rethink @joshuachp's timer-based design or have this plugin break `CursorHold` until that issue is closed.
I've fixed the issue with `LspDiagnosticsChanged` not triggering a redraw. From discussion in the Neovim Gitter, there's a chance that https://github.com/neovim/neovim/issues/12587 can get fixed soon - if not, I'll spend...
@andrewrynhard: right - as I said, we're blocked by https://github.com/neovim/neovim/issues/12587 and waiting for a bit to see if it gets fixed. The part I fixed is the diagnostics counts being...
I'm not sure I agree with the proposal, primarily because a large number of users rely on the example statusline component out of the box (it was actually originally just...
Yep - that's more or less what I'm proposing. I'm just not in favor of removing the `status` function entirely.
Thanks! As mentioned in #35 (which this will close), this was because the statusline proof-of-concept code came from my own setup, which uses a double-wide symbol for hints and looks...
That's one option, I suppose. I more meant that we'd just change the default `indicator_hint` symbol to one that isn't double-wide and therefore will look OK with the space added...
Interesting, thanks for the report! What terminal emulator are you using? Typically, having a Nerd Font/Font Awesome and a terminal emulator that does font fallback appropriately should work (for instance,...
Hmm. Yeah, I don't see a way to debug font fallback with `alacritty`, unfortunately. It looks like `kitty` uses either `agave Nerd Font Mono` or `NotoEmoji Nerd Font Mono` as...
Also, could you please post the substitute characters you found that do work for you? I'd like to add them to the docs as alternatives for other people with the...