/.vim

My .vimrc and plugins, key mappings are heavily documented.

Primary LanguageVim Script

Overview

My vimrc and plugins, plugins are installed by vim-plug.

View key_mappings.vim for key mappings and plugs.vim for installed plugins, both files are heavily documented inline.

Installation

Linux/Unix/macOS

Run the following commands in your terminal with bash/zsh:

cd
git clone https://github.com/rainux/.vim.git
.vim/install

Windows

Run the following commands in cmd.exe:

cd %HOME%
git clone https://github.com/rainux/.vim.git vimfiles
vimfiles\install.cmd