glaucuslinux / glaucus

A simple and lightweight Linux® distribution based on musl libc and toybox
https://glaucuslinux.org/
ISC License
281 stars 6 forks source link

Replace Vim with Vis #20

Closed VehementHam closed 3 months ago

VehementHam commented 3 months ago

https://github.com/martanne/vis/wiki/FAQ#why-dont-you-just-use-vim

Vis is a much better and less bloated alternative to Vim.

firasuke commented 3 months ago

Thanks for your interest in glaucus.

By replace vim with vis, you mean in the bootstrap process, because as a user you can choose whatever text editor you want.

That being said, I already have vim working just fine with libedit and netbsd-curses, and I have attempted to replace it with vis in the past, and it required adding more dependencies to the bootstrap process (e.g. libtermkey, lpeg and tre).

image

VehementHam commented 3 months ago

Okay, thanks for the info.

firasuke commented 3 months ago

No worries, thanks for your interest in glaucus!