Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanl/vigor
A Ruby tool to generate your .vimrc
https://github.com/nathanl/vigor
Last synced: 12 days ago
JSON representation
A Ruby tool to generate your .vimrc
- Host: GitHub
- URL: https://github.com/nathanl/vigor
- Owner: nathanl
- Created: 2011-02-25T20:56:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-05T14:44:29.000Z (over 13 years ago)
- Last Synced: 2023-04-18T05:00:35.568Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
#Vigor
Vigor is tiny! It was just born, and it's very weak. Someday, it hopes to make
configuring Vim a breeze.Vigor aims to create an easier-to-understand syntax for Vim settings and to
output nice, clean Vim configuration.In its efforts to simplify Vim configuration, Vigor makes two decisions:
- It won't have a mapping for every possible Vim configuration setting, but it
will cover the most common ones.
- The ones it can set, it will make as human-readable as possibleBecause Vigor won't do **everything** that a `.vimrc` can do, it's not meant to
replace your `.vimrc` but rather to augment it. Vigor will output valid Vim
commands to a file, and you can `:source` that file from your `.vimrc`.
If there's a Vim setting that you want which Vigor doesn't support, you can
set it directly in your `.vimrc`Hopefully, as Vigor becomes more vigorous, your `.vimrc` file will get shorter and
will pull most of its settings from Vigor's output file.**Vim and Vigor - A Powerful Combination**
##Setup
(Coming Soon)
##Using Vigor
(Coming Soon)