Add on to bloat.md

This commit is contained in:
call-cc 2020-06-08 09:26:35 -04:00
parent 492805aab3
commit 90104563a3
1 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,6 @@ what to delete. So Vim doesn't stop working. Then you gotta recompile.
Nvim is a (fork) of vim written in Vimscript, C and extensible in Lua.
Using an external programming language for extensions is bloat. Emacs
fixed that using its own programming language.
fixed that using its own programming language, which is also a programming
language that happens to be very powerful, and allows lots of plugins to be
written for emacs.