Hacker News new | ask | show | jobs
by nancyp 517 days ago
TIL: VIM has it's own language. Thanks Georgi for LLAMA.cpp!
1 comments

Vim is incredibly extensible.

You can use C or VIMscript but programs like Neovim support Lua as well which makes it really easy to make plugins.