Skip to content

f1sherman/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Brian's vim config

Installation

git clone git@github.com:f1sherman/dotvim.git ~/.vim

cd ~/.vim

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

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

# Start vim to install vim-plug and plugins
vim

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

Update

git pull origin main

# If any new plugins were added:
vim +PlugUpdate

To add more plugins

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

Releases

No releases published

Packages

No packages published