Erlend
Erlend
Hi, you can link to plugins in the [Wiki Plugins page](https://github.com/martanne/vis/wiki/Plugins)
Maybe rename this issue to "Lua API: Detect buffer changes". This should help the LSP implementation mentioned in issue [853](https://github.com/martanne/vis/issues/853) and in [vis-lspc](https://gitlab.com/muhq/vis-lspc)
@strikersh you dont have to learn `sam` to use `vis`, it just provides more functionality
I tried something similar in https://github.com/erf/vis-minimal-theme See clear.lua
Yes i still do custom theming. I only set the background color to transparent. I don't think there is a way to get the terminal color.
I added a `dark-clear.lua` and `light-clear.lua` now in https://github.com/erf/vis-minimal-theme for use with both black and white terminal backgrounds.
It only sets the background of vis to clear. The foreground is either set to a black or white color scheme. There is no way to get the terminal foreground...
Oh i did not know that. That's awesome! I wish the terminal foreground color was available in the Lua API so we could is it to makes shades / palette...
Nice! Added it. Feel free to make PR's to improve further.
This PR https://github.com/martanne/vis/pull/953 allows using the terminal cursor color! (I wish there was still a way to override it) I also wish was possible to set `STYLE_SELECTION` blank and use...