Skip to content

Some stuff I find useful in my day-to-day text editing

Notifications You must be signed in to change notification settings

jtschulz/my-vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Justin Schulz's .vimrc.local

Set Up

This is my local vim config, built on top of pivotal's vim-config with some changes I personally find useful. While I love pivotal's config, nothing here depends on using their set up.

  1. If you wish to use pivotal's setup, clone their project and follow their setup instructions. Otherwise, add this line to the bottom of your ~/.vimrc file:
if filereadable($HOME . "/.vimrc.local")
  source ~/.vimrc.local
endif
  1. Symlink the .vimrc.local in this project to ~/.vimrc.local:
ln -s $(pwd)/.vimrc.local ~/.vimrc.local

Enjoy!

About

Some stuff I find useful in my day-to-day text editing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published