Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chazkii/dotvim
Vimconfig
https://github.com/chazkii/dotvim
Last synced: about 1 month ago
JSON representation
Vimconfig
- Host: GitHub
- URL: https://github.com/chazkii/dotvim
- Owner: chazkii
- Created: 2013-05-11T05:41:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T01:03:27.000Z (about 10 years ago)
- Last Synced: 2024-10-14T07:07:39.150Z (3 months ago)
- Language: Python
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotvim
======ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule init
git submodule update
cd ~/.vim/bundle/Command-T/ruby/command-t
On Ubuntu, sudo apt-get install ruby1.9.1-dev
ruby extconf.rb
make