8000 GitHub - cbeighley/dotvim_old: My vim configuration and plugins
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cbeighley/dotvim_old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone the repo:

git clone git://github.com/cbeighley/dotvim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

Submodule dependencies:

vim-hdevtools requires hdevtools:

cabal install hdevtools
echo "export PATH=\"\$HOME/Library/Haskell/bin:\$PATH\"" >> ~/.bash_profile

Add a plugin

git submodule add https://github.com/foo/bar.git bundle/bar
git add .gitmodules bundle/bar
git commit

About

My vim configuration and plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%
0