Hacker News new | ask | show | jobs
by mtts 2395 days ago
One of the editors it lists is "vy" : a Vim-like in python: https://github.com/vyapp/vy

Does anyone have any experience with this? I'd love to have a vim that is more pleasant to program.

edit: added link

1 comments

Check out Neovim! It features Lua as a first-class scripting language. I'm planning on giving it a whirl by migrating my VimL configuration to Lua.
Ah, good call. Did not know that. Will look into it. Thanks!