Ecosyste.ms: Awesome
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: about 9 hours ago
JSON representation
dotvim, .vimrc
- Host: GitHub
- URL: https://github.com/wisdomfusion/vimrc
- Owner: wisdomfusion
- Created: 2016-02-19T00:27:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T03:11:14.000Z (over 8 years ago)
- Last Synced: 2023-08-03T01:12:11.580Z (over 1 year ago)
- Topics: vim, vimrc
- Language: VimL
- Size: 2.16 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Windowsgit clone [email protected]:WisdomFusion/dotvim.git d:/dotvim
cd %userprofile%
mklink .vim d:/dotvim/
mklink _vimrc d:/docvim/vimrc