Sergey Vlasov
Sergey Vlasov
When using [indent-guides](https://github.com/nathanaelkane/vim-indent-guides) plugin the context view doesn't get indentation highlight:  Is it something easy to fix?
Все началось где-то в сентябре-октябре. Сменили дизайн и залочили в CSS масштабирование шрифтов: ```css html { -webkit-text-size-adjust: 100%; } ``` На днях все стало еще хуже, невыносимо плохо, текст уже...
`--focus` (#4) has been dropped from the codebase in version 3.0. Would you consider adding it back please?
It would be great if the wheel events would target the window under the pointer, without need to focus it first.
I'm looking for a solution to format files before writing. ```vim autocmd BufWritePre *.c,*.cpp,*.h :LspFormat ``` The problem is that `:LspFormat` is asynchronous and the buffer gets written before formatting....
I think it would be awesome to see both "old" and "new" text:  https://asciinema.org/a/qANXIkOG0FcRTKEIaefnbBsTt
Please consider using `prop_add_list()` and `sign_placelist()` when placing multiple signs and properties. From my experience the performance impact is huge when adding 100+ elements at once. There is currently a...
According to NERDTree documentation, the purpose of `NERDTreeNodeDelimiter` is >to separate the file or directory name from the rest of the characters in the line of text This is a...
Commenting Vim9 code works, but uncommenting it does nothing. Only happens for indented code. https://user-images.githubusercontent.com/717109/176473289-1353d1f2-2b55-4105-a358-ec705a1e01df.mp4
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** Messages (`-- More --` prompt) can be only scrolled with keyboard. Scrolling...