8000 GitHub - giammirove/visimp: A simple and modular neovim config
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

giammirove/visimp

 
 

Repository files navigation

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/lucat1/visimp.git \
  "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/pack/paks/start/visimp

For Windows:

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

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

WARNING: 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.

About

A simple and modular neovim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%
0