Code Monkey home page Code Monkey logo

dot_vim's Introduction

The Vim Configuration of Champions

Version 3! Now each plugin is included and managed in its own file!

iTerm

Installation

  1. git clone http://github.com/mutewinter/dot_vim.git ~/.vim.
  2. cd ~/.vim.

Now you have a choice. The automated script or the manual process.

  1. Run scripts/setup.

or

  1. rake vim:link to make the .vimrc symbolic link.
  2. Install Vundle with git clone http://github.com/gmarik/vundle.git bundle/vundle
  3. vim +PluginInstall +qall

Enjoy enhanced productivity, increased levitation, reduced watermelon-related accidents, and startling sex appeal.

Vim Requirements

Plugin Requirements

Here's a list of plugins that require further installation or have dependencies.

Mappings

  • Typing jk insert mode is equivalent to Escape.
  • Pressing enter in normal mode saves the current buffer.

And many more. See mappings.vim and vundle_plugins for more.

Installing Custom Plugins

Create a new .vim file with the same name as the plugin you'd like to install in vundle_plugins/custom. Then add the installation block. For example:

vundle_plugins/custom/vim-move.vim

if exists('g:vundle_installing_plugins')
  Plugin 'matze/vim-move.vim'
  finish
endif

let g:move_key_modifier = 'C'

This example installs vim-move.

Plugin List

Stars___ Plugin Description
4,658 โญ vim-fugitive ๐Ÿ“„ fugitive.vim: a Git wrapper so awesome, it should be illegal
3,855 โญ vim-airline ๐Ÿ“„ lean & mean status/tabline for vim that's light as air
3,825 โญ syntastic ๐Ÿ“„ Syntax checking hacks for vim
3,754 โญ nerdtree ๐Ÿ“„ A tree explorer plugin for vim.
3,575 โญ ctrlp.vim ๐Ÿ“„ Fuzzy file, buffer, mru, tag, etc finder.
2,631 โญ vim-rails ๐Ÿ“„ rails.vim: Ruby on Rails power tools
2,244 โญ vim-surround ๐Ÿ“„ surround.vim: quoting/parenthesizing made simple
2,060 โญ emmet-vim emmet for vim: http://emmet.io/
1,406 โญ vim-coffee-script CoffeeScript support for vim
1,231 โญ supertab Perform all your vim insert mode completions with Tab
1,145 โญ ultisnips ๐Ÿ“„ UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
1,133 โญ vim-ruby Vim/Ruby Configuration Files
935 โญ gist-vim ๐Ÿ“„ vimscript for gist
918 โญ vim-javascript Vastly improved Javascript indentation and syntax support in Vim.
905 โญ vim-indent-guides ๐Ÿ“„ A Vim plugin for visually displaying indent levels in code
864 โญ tabular ๐Ÿ“„ Vim script for text filtering and alignment
804 โญ vimux ๐Ÿ“„ vim plugin to interact with tmux
682 โญ vim-unimpaired unimpaired.vim: pairs of handy bracket mappings
654 โญ delimitMate Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
601 โญ jellybeans.vim ๐Ÿ“„ A colorful, dark color scheme for Vim.
586 โญ vim-startify ๐Ÿ“„ A fancy start screen for Vim.
554 โญ vim-signify ๐Ÿ“„ Show a VCS diff using Vim's sign column.
512 โญ vim-repeat repeat.vim: enable repeating supported plugin maps with "."
490 โญ ag.vim ๐Ÿ“„ Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
489 โญ vim-haml Vim runtime files for Haml, Sass, and SCSS
463 โญ vim-less vim syntax for LESS (dynamic CSS)
462 โญ vim-abolish abolish.vim: easily search for, substitute, and abbreviate multiple variants of a word
462 โญ html5.vim HTML5 omnicomplete and syntax
402 โญ tcomment_vim ๐Ÿ“„ An extensible & universal comment vim-plugin that also handles embedded filetypes
375 โญ vim-tmux-navigator ๐Ÿ“„ Seamless navigation between tmux panes and vim splits
371 โญ vim-jade Vim Jade template engine syntax highlighting and indention
362 โญ vim-session ๐Ÿ“„ Extended session management for Vim (:mksession on steroids)
354 โญ vim-ruby-refactoring Refactoring tool for Ruby in vim!
324 โญ vim-endwise endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc
280 โญ vim-eunuch eunuch.vim: helpers for UNIX
266 โญ vim-textobj-user Vim plugin: Create your own text objects
266 โญ vim-json A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
266 โญ vim-cucumber Vim Cucumber runtime files
254 โญ vim-css3-syntax Add CSS3 syntax support to vim's built-in syntax/css.vim.
226 โญ webapi-vim vim interface to Web API
221 โญ undotree Display your undo history in a graph.
201 โญ vim-bundler bundler.vim: Lightweight support for Ruby's Bundler
194 โญ cocoa.vim Vim plugin for Cocoa/Objective-C development.
188 โญ vim-textobj-rubyblock A custom text object for selecting ruby blocks.
173 โญ vim-stylus Syntax Highlighting for Stylus
155 โญ switch.vim ๐Ÿ“„ A simple Vim plugin to switch segments of text with predefined replacements
153 โญ vim-turbux ๐Ÿ“„ Turbo Ruby testing with tmux
145 โญ csv.vim A Filetype plugin for csv files
140 โญ vim-rake rake.vim: it's like rails.vim without the rails
133 โญ MatchTagAlways ๐Ÿ“„ A Vim plugin that always highlights the enclosing html/xml tags
87 โญ vim-markdown Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that don't sucks!
84 โญ ZoomWin ๐Ÿ“„ Zoom in/out of windows (toggle between one window and multi-window)
82 โญ matchit.zip extended % matching for HTML, LaTeX, and many other languages
78 โญ vim-handlebars [deprecated] Vim plugin for Handlebars
77 โญ colorv.vim ๐Ÿ“„ A powerful color tool in vim
77 โญ ember.vim ๐Ÿ“„ Vim plugin for the Emberjs frontend framework
75 โญ vim-misc Miscellaneous auto-load Vim scripts
70 โญ vim-visual-star-search Start a * or # search from a visual block
52 โญ vim-marked Open the current Markdown buffer in Marked.app
47 โญ L9 Vim-script library
44 โญ textile.vim Textile for VIM
42 โญ portkey ๐Ÿ“„ Navigate files at the speed of Vim.
36 โญ vim-anzu ๐Ÿ“„ Vim search status.
35 โญ vim-togglelist Functions to toggle the [Location List] and the [Quickfix List] windows.
33 โญ Join a better (hopefully) :Join command in vim
25 โญ vim-togglecursor ๐Ÿ“„ Toggle the cursor shape in the terminal for Vim.
18 โญ QFEnter Open a Quickfix item in a window you choose. (Vim plugin)
14 โญ scratch.vim Plugin to create and use a scratch Vim buffer
10 โญ vim-voogle ๐Ÿ“„ google for the word under the cursor to a browser because 2013
8 โญ vim-tomdoc Simple vim plugin that adds TomDoc templates to your code.
6 โญ nginx.vim Syntax highlighting for nginx.conf and related config files.
6 โญ indenthtml.vim ๐Ÿ“„ alternative html indent script
6 โญ nerdtree-git-plugin A plugin of NERDTree showing git status
3 โญ GIFL ๐Ÿ“„ Add "wrap terms in google I'm feeling lucky url" ร  la Textmate
3 โญ swap-parameters Swap parameters of a function or a comma separated list with a single command.
2 โญ taskpaper.vim This package contains a syntax file and a file-type plugin for the simple format used by the TaskPaper application.
2 โญ YouCompleteMe ๐Ÿ“„ A slightly modified fork of YCM: A code-completion engine for Vim
1 โญ HelpClose Close all help windows
1 โญ tomdoc.vim A simple syntax add-on for vim that highlights your TomDoc comments.
0 โญ vim-autoreadwatch A forked script for vim auto reloading of buffers when changed on disk.
0 โญ vim-tmux http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/examples/tmux.vim?view=log

That's 81 plugins, holy crap.

Generated by rake update_readme on 2014/09/23.

dot_vim's People

Contributors

banjoey avatar binaryphile avatar fl4t avatar liminal avatar mutewinter avatar rekendahl avatar wadkar 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.