Git Product home page Git Product logo

viceroy's Introduction

Viceroy is a configuration of the Vim text editor. It is a set of Vim scripts that help programmers get the most out of Vim with common options that advanced vim users would set.

Who is this for? Teams that want a standard vim configuration to share, particularly for pair programming. People just getting started with vim and want to boot-strap their configuration. And anyone who just wants the batteries included with Vim.

Viceroy is not intended to be a crutch that experienced vim users would get annoyed at. Yes, it is opinionated, but tries to follow best practices of the community. The goal is to have a solid set a defaults with an easy way to customize. If you think something should be changed please submit a pull request. Together we can make this project a rock solid base for writing code in Vim.

To install simply run this command (if you trust me, otherwise clone the git repo):

$ curl -L https://raw.github.com/csexton/viceroy/master/bootstrap.sh -o - | sh

Included are a set of plugin bundles that really unleash the power of Vim. They are not installed by default, but can easily be downloaded and installed by running this command in Vim:

:InstallBundles

Local customization is easy. If you want to change your color scheme, or override any of the settings in Viceroy, edit your .vimrc.local file. This is also the place to specify any additional plugin bundles that you want to install.

You can edit it by running this command:

$ vim ~/.vimrc.local

Here is an example .vimrc.local:

set nofoldenable
set guifont=Monaco:h14
silent! colorscheme solarized

Since Viceroy uses pathogen under the covers, adding additional plugins is easy. Just clone the repo into ~/.vim/bundle.

Here is an example .vim-bundles:

# Repos on github
csexton/jekyll.vim
tpope/vim-fugitive

# Vim Scripts repos
# See https://github.com/vim-scripts for a list of the mirrored projects
L9
rails.vim

# Arbitrary git repos
git://git.wincent.com/command-t.git

# If you don't want to use of the the default plugins, you
# can skip it by prefixing the line with a `~`
~jslint.vim
~gist-vim

The default bundles are listed in Viceroy's Bundlefile.

This is supposed to be a community driven project. If you have suggestions or changes please add an issue, check the wiki or best of all a pull request.

viceroy's People

Contributors

bluegraybox avatar csexton avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.