Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wisdomfusion/vimrc

dotvim, .vimrc
https://github.com/wisdomfusion/vimrc

vim vimrc

Last synced: about 9 hours ago
JSON representation

dotvim, .vimrc

Awesome Lists containing this project

README

        

## About
Vim Configurations

## Requirement

- Vim 7.3+
- tested on OSX(MacVim) and Windows(gVim)
- Using *Source Code Pro* and *Yahei Consolas Hybrid* fonts on Windows, please install them first, or change them to your own favorite mono fonts

## How to use

git clone [email protected]:WisdomFusion/dotvim.git ~/dotvim
ln -s ~/docvim/ ~/.vim
ln -s ~/docvim/vimrc ~/.vimrc

## Install on Windows

git clone [email protected]:WisdomFusion/dotvim.git d:/dotvim
cd %userprofile%
mklink .vim d:/dotvim/
mklink _vimrc d:/docvim/vimrc