|
|
|
|
|
by bongobingo1
1453 days ago
|
|
> The official neovim repo still has twice as much vimscript code as it has lua code Much of that is "just" the runtime files (things that define language syntax, etc), which are x-compatible (broadly) between nvim and vim. Seems it would be foolhardy to just re-write all that in lua, "just because". https://github.com/neovim/neovim/search?l=vim-script&p=1 |
|