Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 847 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 847 Bytes

vim config

My personal vim config. Hosted here so that I can copy and synchronize it easily onto new devices

vim

Requirements

Lua support

:echo has("lua") must return 1. If not, install a vim version with Lua supports:

Debian

apt install vim vim-nox

OS X

brew install vim --with-lua

Make sure /usr/local/bin is in your $PATH before /usr/bin.

In your .bash_profile / .zshrc add: export 'EDITOR=/usr/local/bin/vim'.

Install

git clone https://github.com/julienschmidt/vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule update --init

OS X

brew install ctags

Update Plugins

git submodule foreach git pull origin master