/.vim

My Vim 7.0+ configuration

Primary LanguageVim Script

My Vim configuration

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 portable!

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

Goals

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.