Yi Ming
Yi Ming
Different terminals support different numbers of colors displayed. Many new colorscheme, such as Catppuccin need 256 color support, it looks like the macOS default terminal does not support it, at...
I almost got it wrong, Catppuccin needs 24-bit true color rather than 256-color. The format of 24-bit color is just like #FFFFFF, which you can see in the source code...
Obviously, show current context indent works well, could fully use treesitter implement all feature of this plugin?
Are you using Wayland? It seems that ueberzug is not supporting Wayland
> > Are you using Wayland? It seems that ueberzug is not supporting Wayland > > @ofseed I can't seem to find any relative issues tracking that. How did you...
It seems that after the last refactor, rust-tools provides a custom UI component for code action, but range code action still can't support it.
In case I forget, although I introduced a `globalstate.enabled` in #28543, I'm not sure whether we should return it when calling `is_enabled(nil)`. In most cases, people care about whether inlay...
Now the PR should be ready to be merged.
Honestly, I originally wanted to create an issue to ask if it was worth completing, but I didn't want to use an issue to describe this feature, so I implemented...
I created https://github.com/neovim/neovim/pull/28523, convert this into a draft PR now.