Finally took some time to convert my Neovim config to Lua.
I wouldn't say that it looks much better (a lot of it was just rewriting set foo
to vim.opt.foo = true
, set g:bar
to vim.g.bar = true
, ...), but at least it was a nice opportunity to replace some convoluted functions with plugins (because I sure as well wasn't going to port that )