Seongmin Lee
Seongmin Lee
Currently gitsigns only use fallback color's `foreground` and `background` values after calculating fg/bg factors. This removes all styles like `underline` and `special` colors. I prefer red underline for `GitSignsChangedelete` hl...
It would be great to have special section for colorshcemes that support semantic tokens on top of _tree-sitter supported_ ones.
I found overriding `WinBar` highlighting group works randomly. Even I override `WinBar` to `{ bg = '#000000' }`, `WinBar` hlgroup appears to be `{ fg = '#c8c093' }` **_most_** cases....
Fixes #2733 When calculating dynamic precedence levels, tree-sitter sums up all child nodes' dynamic precedence level for parent node's. This leads issues described from #2733. Dynamic precedences should not be...
I'm making a tree-sitter parser for [Norg](https://github.com/nvim-neorg/norg-specs), and I'm having problem with conflict case described below. I read official document several times, tried a lot of variations for months, but...
Dashed arrows (⇡ `U+21E1` and ⇣ `U+21E3`) are too short in FiraCode. It's height is almost half of font size. Having normal height arrows with at least, a variant might...
To be honest, some times I just leave neovim open and don't use it. Can I disable Discord status messages for temporary? I figured out I can use `require('presence'):stop()` to...
### Feature already in Vim? _No response_ ### Feature description Cause with `cmdheight=0` option, some informations (printed on cmdline previously) are hidden. I think it would be great if we...
First, thank you for this great plugin. I installed it yesterday and really enjoying smooth & automatic window resizing. I usually set `sidescrolloff` value to 15. And this seem to...
In norg syntax, `\a` is equivalent to `a`. But if `\a` is just normal character, ``` \a*bold* ``` should not be a valid bold. And if example above is not...