Turiiya

Results 229 comments of Turiiya

@mactanxin you can use colorizer. Just don't enable it for every ft. E.g., config that makes no performance problems: ```lua local ok, colorizer = pcall(require, "colorizer") if not ok then...

As this is an additional, separate table from the rest of the setup values(which is rather unusual) , the first trivial thing I would ask is if you are sure...

As vscode is generally a bit troublesome with keyboard scrolling, I wrote a plugin recently that I think works fairly well. Maybe it also improves the experience for others who...

Same here on linux. Edit: what works is to move/wipe the data dir (`~/.local/share/nvim` default when using linux). But that shouldn't be necessary. Is there a way or workaround to...

> > Is there a way or workaround to define a separate data dir for one of the nvim instances, either vscodes or regular nvims? To be able keep an...

A workaround, at least on linux, and pretty dirty though, is using a flatpak nvim installation for a regular nvim setup. As flatpaks use a custom config AND data dir,...

checked again, it's working using another key then the alt key (tried with ctrl). Already did before and checked again for conflicting vscode mappings with the alt key but didn't...

This also for me, was a real bummer. First off, this is not a problem with vim then more with the `"command": "editorScroll"` It's possible to fix it with scrolling...

Would love to see this feature implemented.

would love to see this. If nobody is already on this, I should be able to make the time to give it a shot next week.