A “minimal” neovim distribution, crafted with love, and focused on lisps
- Minimalism, both in terms of installed dependencies and plugins
- Performance, both start up time, and general usage
- Configurable with Fennel
Backup yourexisting nvim config.
mv ~/.config/nvim{,.bak}
Backup existing nvim state.
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
Clone this repo.
git clone [email protected]:markwoodhall/mimis.git ~/.config/nvim
Run the install script.
cd ~/.config/nvim
./bin/mimis install
Run nvim.
nvim
Check out mimis help.
:help mimis