blob: 3ec9bf90be26dc18f2f2e15d3a8cd5490c6092f5 (
plain)
1
2
3
4
5
6
|
# Dotfiles for vim
This repo contains dotfiles for vim. To use these, clone the repo to a folder (I use `~/.dotfiles`) and make links to the home directory:
1. `ln -s ~/.dotfiles/.vimrc ~/.vimrc`
2. `ln -s ~/.dotfiles/.vim ~/.vim`
Vim-plug is used for plugins. It comes installed when the repo is cloned. To install the plugins, open vim and type `:PlugInstall`.
|