|
|
|
|
|
by arp242
1095 days ago
|
|
You can install vim-tiny on Debian, which I believe doesn't install the runtime files. Size is not really a good indication of "bloat" IMO. There are 683 syntax highlight files, 7.8M in total, but you don't load most of that and it's just "idle" bytes on disk. Same for indent files, ftplugins, etc. You could also save ~5M by not shipping translations, but is that "bloat"? It's useful these things are shipped, and in the scenarios where you care about 35M of diskspace you probably don't want a full Vim anyway (and you can use vim-tiny). |
|