• Stars
    star
    219
  • Rank 181,133 (Top 4 %)
  • Language
    Vim Script
  • Created almost 12 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Handcraft your development environment

sachet

sachet allows you to handcraft your VIM development environment. By allowing you to select features and functionality that you are comfortable with, sachet generates you a small package with the appropriate configuration files, plugins, and theme so you can leverage the potential of your VIM editor.

Instructions

To run sachet locally, clone the repository and execute the following commands:

bundle install
mkdir repos; ruby -rubygems refresh_repos.rb
ruby -rubygems sachet.rb

You can then access sachet at http://localhost:4567.

Contributions

Feel free to fork the repo, send pull requests and/or open any issues that you may come across.

When sending a Pull Request, make sure to add yourself to the AUTHORS file.