Giter Site home page Giter Site logo

naudster / dot_vim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mutewinter/dot_vim

0.0 2.0 0.0 2.58 MB

The Vim Configuration of Champions. Uses Vundle to manage roughly 436 plugins.

Home Page: https://github.com/mutewinter/dot_vim

License: MIT License

Ruby 10.44% Vim Script 87.68% Shell 1.88%

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 and .nvimrc symbolic links.
  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
5,007 โ˜… vim-fugitive ๐Ÿ“„ fugitive.vim: a Git wrapper so awesome, it should be illegal
4,356 โ˜… vim-airline ๐Ÿ“„ lean & mean status/tabline for vim that's light as air
4,262 โ˜… syntastic ๐Ÿ“„ Syntax checking hacks for vim
4,101 โ˜… nerdtree ๐Ÿ“„ A tree explorer plugin for vim.
3,917 โ˜… ctrlp.vim ๐Ÿ“„ Fuzzy file, buffer, mru, tag, etc finder.
2,729 โ˜… vim-rails ๐Ÿ“„ rails.vim: Ruby on Rails power tools
2,421 โ˜… vim-surround ๐Ÿ“„ surround.vim: quoting/parenthesizing made simple
2,219 โ˜… emmet-vim emmet for vim: http://emmet.io/
1,491 โ˜… vim-coffee-script CoffeeScript support for vim
1,334 โ˜… supertab Perform all your vim insert mode completions with Tab
1,298 โ˜… ultisnips ๐Ÿ“„ UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
1,183 โ˜… vim-ruby Vim/Ruby Configuration Files
1,012 โ˜… vim-indent-guides ๐Ÿ“„ A Vim plugin for visually displaying indent levels in code
996 โ˜… vim-javascript Vastly improved Javascript indentation and syntax support in Vim.
978 โ˜… gist-vim ๐Ÿ“„ vimscript for gist
943 โ˜… tabular ๐Ÿ“„ Vim script for text filtering and alignment
873 โ˜… vimux ๐Ÿ“„ vim plugin to interact with tmux
763 โ˜… vim-unimpaired unimpaired.vim: pairs of handy bracket mappings
715 โ˜… delimitMate Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
660 โ˜… vim-startify ๐Ÿ“„ A fancy start screen for Vim.
653 โ˜… jellybeans.vim ๐Ÿ“„ A colorful, dark color scheme for Vim.
599 โ˜… vim-signify ๐Ÿ“„ Show a VCS diff using Vim's sign column.
595 โ˜… ag.vim ๐Ÿ“„ Vim plugin for the_silver_searcher, 'ag', a replacement for the Perl module / CLI script 'ack'
555 โ˜… vim-repeat repeat.vim: enable repeating supported plugin maps with "."
504 โ˜… vim-abolish abolish.vim: easily search for, substitute, and abbreviate multiple variants of a word
501 โ˜… vim-haml Vim runtime files for Haml, Sass, and SCSS
494 โ˜… vim-less vim syntax for LESS (dynamic CSS)
494 โ˜… html5.vim HTML5 omnicomplete and syntax
472 โ˜… vim-tmux-navigator ๐Ÿ“„ Seamless navigation between tmux panes and vim splits
441 โ˜… tcomment_vim ๐Ÿ“„ An extensible & universal comment vim-plugin that also handles embedded filetypes
400 โ˜… vim-jade Vim Jade template engine syntax highlighting and indention
380 โ˜… vim-session ๐Ÿ“„ Extended session management for Vim (:mksession on steroids)
369 โ˜… vim-ruby-refactoring ๐Ÿ“„ Refactoring tool for Ruby in vim!
353 โ˜… vim-endwise endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc
321 โ˜… vim-eunuch eunuch.vim: helpers for UNIX
317 โ˜… vim-json A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
300 โ˜… vim-textobj-user Vim plugin: Create your own text objects
269 โ˜… vim-cucumber Vim Cucumber runtime files
269 โ˜… vim-css3-syntax Add CSS3 syntax support to vim's built-in syntax/css.vim.
250 โ˜… undotree Display your undo history in a graph.
243 โ˜… webapi-vim vim interface to Web API
216 โ˜… vim-bundler bundler.vim: Lightweight support for Ruby's Bundler
208 โ˜… vim-textobj-rubyblock A custom text object for selecting ruby blocks.
197 โ˜… cocoa.vim Vim plugin for Cocoa/Objective-C development.
188 โ˜… vim-stylus Syntax Highlighting for Stylus
173 โ˜… switch.vim ๐Ÿ“„ A simple Vim plugin to switch segments of text with predefined replacements
171 โ˜… MatchTagAlways ๐Ÿ“„ A Vim plugin that always highlights the enclosing html/xml tags
160 โ˜… csv.vim A Filetype plugin for csv files
156 โ˜… vim-turbux ๐Ÿ“„ Turbo Ruby testing with tmux
151 โ˜… vim-rake rake.vim: it's like rails.vim without the rails
106 โ˜… vim-markdown Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that don't sucks!
96 โ˜… vim-misc Miscellaneous auto-load Vim scripts
90 โ˜… matchit.zip extended % matching for HTML, LaTeX, and many other languages
90 โ˜… ZoomWin ๐Ÿ“„ Zoom in/out of windows (toggle between one window and multi-window)
86 โ˜… colorv.vim ๐Ÿ“„ A powerful color tool in vim
83 โ˜… ember.vim ๐Ÿ“„ Vim plugin for the Emberjs frontend framework
81 โ˜… vim-visual-star-search Start a * or # search from a visual block
77 โ˜… vim-handlebars [deprecated] Vim plugin for Handlebars
56 โ˜… vim-marked Open the current Markdown buffer in Marked.app
49 โ˜… L9 Vim-script library
47 โ˜… vim-anzu ๐Ÿ“„ Vim search status.
44 โ˜… portkey ๐Ÿ“„ Navigate files at the speed of Vim.
43 โ˜… textile.vim Textile for VIM
35 โ˜… Join a better (hopefully) :Join command in vim
31 โ˜… nerdtree-git-plugin A plugin of NERDTree showing git status
26 โ˜… vim-togglecursor ๐Ÿ“„ Toggle the cursor shape in the terminal for Vim.
24 โ˜… ListToggle ๐Ÿ“„ A vim plugin for toggling the display of the quickfix list and the location-list.
21 โ˜… 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.
7 โ˜… indenthtml.vim ๐Ÿ“„ alternative html indent script
7 โ˜… nginx.vim Syntax highlighting for nginx.conf and related config files.
3 โ˜… swap-parameters Swap parameters of a function or a comma separated list with a single command.
3 โ˜… GIFL ๐Ÿ“„ Add "wrap terms in google I'm feeling lucky url" ร  la Textmate
2 โ˜… YouCompleteMe ๐Ÿ“„ A slightly modified fork of YCM: A code-completion engine for Vim
2 โ˜… taskpaper.vim This package contains a syntax file and a file-type plugin for the simple format used by the TaskPaper application.
1 โ˜… tomdoc.vim A simple syntax add-on for vim that highlights your TomDoc comments.
1 โ˜… HelpClose Close all help windows
0 โ˜… vim-tmux http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/examples/tmux.vim?view=log
0 โ˜… vim-autoreadwatch A forked script for vim auto reloading of buffers when changed on disk.

That's 81 plugins, holy crap.

Generated by rake update_readme on 2015/01/05.

dot_vim's People

Contributors

mutewinter avatar naudster avatar binaryphile avatar fl4t avatar liminal avatar rekendahl avatar wadkar avatar

Watchers

 avatar James Cloos 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.