Skip to content

Vim on Tilck

Vladislav Valtchev edited this page Nov 4, 2020 · 2 revisions

VIM on Tilck VIM on Tilck

The famous text editor runs smoothly on Tilck. In order to use on Tilck, first run:

./scripts/build_toolchain -s build_vim

And ask the build scripts to install vim in Tilck's image with:

./scripts/cmake_run -DEXTRA_VIM=1

Finally, rebuild Tilck's image with:

make rem
Clone this wiki locally