(no title)
rodrigodlu | 2 months ago
Maybe with just the comments? This would be killer, since I have dual displays, and on one I can just focus on the code, the other one can have all the visual stuff.
I'm using this plugin, but having the code twice distracts me a lot (but I prefer the original neovim instead the integrated vim mode inside strudel).
Thanks in advance!
gruvw|2 months ago
Note that there is also a feature to inject your own custom CSS into the page.
You can also run in headless mode to not launch the browser window. Hope it helps :)
ebertucc|2 months ago
.cm-line span { outline: none !important; color: transparent; background: transparent !important; }
i_gumby|2 months ago