Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

JulianKniephoff/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my {g,Mac}Vim? configuration. Nothing special this far.

Installation Instructions

Unix

Clone this directory into ~/.vim then do a quick

cd ~/.vim
git submodule init
git submodule update

and finally make sure you're actually using my .vimrc by including it in an appropriate spot of your own configuration via

source ~/.vim/vimrc

Note: Do not symlink ~/.vimrc to ~/.vim/vimrc as some paths will be off then.

You now have to build the Command-T plugin native extension: First make sure you are building it with the ruby version that your vim was linked against. You can see this version e.g. via

vim "+ruby puts RUBY_VERSION"

After that, simply run

cd bundle/command-t
rake make

Windows

TODO

About

My vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published