Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

About

My vim config. I like vim now.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages