8000 GitHub - wombleton/.vim: my vimfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wombleton/.vim

 
 

Folders and fi 8000 les

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

This is my .vimrc and associated plugins, syntax files and colorschemes that I use. Here more for my personal convenience than anything else.

If your interested feel free use it without restriction as long as you comply with the licenses of the included submodules. You will probably want to make modifications to suit your editing preferences and requirements.

Everything is loaded via the awesome pathogen plugin from ~/.vim/bundle Pathogen is loaded via ~/.vim/autoload/pathogen

~/.vim/bundle symlinks to git submodules in ~/.vim/submodule where a git repository is available. Otherwise files are stored in the repo itself.

Setup

Clone into ~/.vim

cd ~ && git clone https://github.com/superstructor/.vim

Get the GIT submodules

cd ~/.vim && git submodule init && git submodule update

Link ~/.vimrc to ~/.vim/vimrc

cd ~ && ln -sv ~/.vim/vimrc .vimrc

Compile C extension for command-t plugin

cd ~/.vim/submodule/commandt/ruby/command-t && ruby extconf.rb && make

About

my vimfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0