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

julienschmidt/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published