neovim (lua) to vim theme
Using neovim on older systems the performance hit it comes with compared to vim is noticeable so I tend to use vim. This comes with a number of drawbacks, one of them being that a lot of current themes are for neovim only, and in lua format at that.
To work around this I created a simple script to generate a .vim
file out
of a lua theme directory.
Want to try it out? These are the steps:
Read more...