Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 630 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 630 Bytes

Brian's vim config

Installation

git clone [email protected]:f1sherman/dotvim.git ~/.vim

cd ~/.vim

ln -s ~/.vim/vimrc ~/.vimrc

# Create a directory at ~/.vimtmp for temp files
mkdir ~/.vimtmp

# Start nvim to install vim-plug and plugins
nvim

# Quit nvim and Install YouCompleteMe
~/.vim/plugged/YouCompleteMe/install.py

Update

git pull origin main

# If any new plugins were added:
nvim +PlugUpdate

To add more plugins

# Add 'Plug' line to vimrc (see existing vimrc for examples)
nvim +PlugUpdate +qall
add any additional/special instructions to this README
commit changes