Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 379 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 379 Bytes

Vim configuration

Quick Start

  1. Clone this repo
git clone https://github.com/Erdnaxela3/vim_config.git
  1. Run the install script
cd vim_config
bash setup.sh
  1. Open vim
# Ignore the error and press enter to continue
vim
  1. Run the following command in vim, to install the plugins (NERDTree, gruvbox theme, etc.)
:PlugInstall