Skip to content

jontg/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

There are a couple of steps to this setup; first, install a modern version of vim (and optionally MacVim)...

brew install macvim
ln -Fs `find /usr/local -name "MacVim.app"` /Applications/MacVim.app

next, install Fira Code, perhaps via brew:

brew tap homebrew/cask-fonts
brew install --cask font-fira-code

and then clone this branch of the repo:

git clone -b 2017 --single-branch [email protected]:jontg/dotvim ~/.vim
pushd ~/.vim/bundle
	git submodule update --init --recursive
	pushd YouCompleteMe
		./install.py
	popd
popd

and finally, plug everything together!

mkdir -p ~/.vim/backup
ln -s ~/.vim/vimrc ~/.vimrc

About

Jón Tómas' vim setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published