vimgolf
vimgolf copied to clipboard
need to rewrite it in lua for neovim 🗿
Hmmm, Vimgolf is not really a Vim plug-in, currently it doesn't really run any Vimscript itself, so not sure how relevant this really is...
(I'd love to actually have Vimgolf as a Vim plug-in, so that I could invoke it using a :Vimgolf or similar command from inside Vim, but it's hard to sanitize the environment from inside Vim, which is not too hard to do if you're invoking Vim, in which case you can pass it a vimrc that loads no plug-ins and ensures only the settings in that vimrc are modified, the rest being the default ones...)