Hacker News new | ask | show | jobs
by nerdponx 3215 days ago
Doesn't Vim have Lua support too?
2 comments

Neovim does, and it will be a first class scripting citizen in 0.3.

https://neovim.io/roadmap/

I know there are plugins for the lua file type (syntax highlighting, etc.). I don't know if you can write plugins in lua.
Lua is a valid language to write plugins.