Want to use this config? Go ahead!
On Linux/macOS
git clone https://github.com/renzmann/.vim ~/.vimOn Windows (Powershell)
git clone https://github.com/renzmann/.vim $Env:USERPROFILE\vimfilesOn Windows (CMD)
git clone https://github.com/renzmann/.vim %USERPROFILE%\vimfiles
It's also possible to try out this configuration without explicitly setting it as your default
git clone https://github.com/renzmann/.vim renzmann-dotvim
vim -u renzmann-dotvim/vimrcThis is a minimal configuration compared to my
neovim setup. The goal here is to
work on much older systems, and have consistent performance nearly everywhere,
with no additional setup required other than copying this repository to
~/.vim.