visimp #

The simp counterpart of NvChad.

Install #

The installation of visimp requires the cloning of this code base and the creation of a simple initial configuration, possibly starting from a template.

For UNIX-like system:

git clone --depth=1 https://github.com/visimp/visimp.git \
  "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paks/start/visimp

For Windows:

git clone https://github.com/visimp/visimp.git "$env:LOCALAPPDATA\nvim-data\site\pack/paks/start/visimp"

Then you can initialize a default config with the following command:

❗ Caution

This will delete your previous init.lua!

mkdir -p "${XDG_DATA_HOME:-$HOME}"/.config/nvim
cp "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paks/start/visimp/_init.lua \
  "${XDG_DATA_HOME:-$HOME}"/.config/nvim/init.lua

Finally, edit the init.lua file you just copied to enable your desired languages and configure any needed layer.

Configuration #

You can start reading about the key ideas of visimp in the Introduction or you can jump ahead to the configuration of your client.