FriedCircuits / vim

My vim config. I like vim now.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/FriedCircuits/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.


Languages

Language:Vim Script 100.0%