igrigorik / vimgolf

Real Vim ninjas count every keystroke - do you?
http://www.vimgolf.com/
MIT License
672 stars 65 forks source link

need to rewrite it in lua for neovim 🗿 #330

Open RustemB opened 3 years ago

filbranden commented 3 years ago

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...)