Want to use this config? Go ahead!
On Linux/macOS
git clone https://github.com/renzmann/.vim ~/.vim
On Windows (Powershell)
git clone https://github.com/renzmann/.vim $Env:USERPROFILE\vimfiles
On 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/vimrc
This 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
.