|
|
|
|
|
by augusto-moura
718 days ago
|
|
Funny because neovim supports LuaJIT for it's lua init files by default. I wonder if there would be a way to compile vimscript to lua and have it everything inside the lua IR. Probably very hard, given the DSL nature of vimscript |
|
- https://github.com/neovim/neovim/issues/170
- https://github.com/neovim/neovim/issues/387
- https://github.com/neovim/neovim/issues/392
- https://github.com/neovim/neovim/issues/801