Results 146 comments of Erlend

This sounds promising. Is this similar to how vim8 jobs / channels works?

I was more looking for a way to get the current background color or an event when when the theme was set, with the theme colors so i could get...

.. but what `vis-seapeak` has done, gave me an idea, of how to add **themes** as **plugins** ! That is by adding a separate `init.lua` file and calling `set_theme` on...

It's limited how much graphics you can do in the terminal, only text front and back. Sublime does all rendering in opengl so it can do alot more. If vis...

Maybe you can use: https://github.com/erf/vis-highlight

I haven't noticed this problem, and tried to recreate it without success. @vvug i think @martanne would appreciate if you supplied a spesific test case, giving a detailed approach including,...

Could this perhaps be made optional via lua config? Either use terminal cursor or configure via style.

Anything stopping this from being merged? Seem like a good candidate

I found `:x/something/c/somethingelse` to have ok performance, but if i type `:x\something` and then type `s` to replace and type in that text manually it was not responding.