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

https://github.com/wisdomfusion/vimrc

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

vim vimrc

Last synced: 5 months 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 git@github.com:WisdomFusion/dotvim.git ~/dotvim
ln -s ~/docvim/ ~/.vim
ln -s ~/docvim/vimrc ~/.vimrc

## Install on Windows

git clone git@github.com:WisdomFusion/dotvim.git d:/dotvim
cd %userprofile%
mklink .vim d:/dotvim/
mklink _vimrc d:/docvim/vimrc