Giter VIP home page Giter VIP logo

dot_vim's Introduction

The Vim Configuration of Champions

Jump to Plugin List

Screenshot

Plugins and Configuration in their Own File

Each plugin is included and managed in its own file.

Installation

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

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 https://github.com/VundleVim/Vundle.vim.git ~/.config/nvim/bundle/Vundle.vim
  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, if needed.

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
β˜… 11,969 YouCompleteMe πŸ“„ A code-completion engine for Vim
β˜… 8,109 vim-airline πŸ“„ lean & mean status/tabline for vim that's light as air
β˜… 7,409 vim-fugitive πŸ“„ fugitive.vim: a Git wrapper so awesome, it should be illegal
β˜… 6,965 nerdtree πŸ“„ A tree explorer plugin for vim.
β˜… 6,108 fzf πŸ“„ 🌸 A command-line fuzzy finder written in Go
β˜… 4,027 vim-surround πŸ“„ surround.vim: quoting/parenthesizing made simple
β˜… 3,372 emmet-vim emmet for vim: http://emmet.io/
β˜… 2,731 vim-easymotion πŸ“„ Vim motions on speed!
β˜… 2,675 ultisnips πŸ“„ UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
β˜… 1,928 supertab Perform all your vim insert mode completions with Tab
β˜… 1,884 vim-javascript Vastly improved Javascript indentation and syntax support in Vim.
β˜… 1,843 vim-markdown Markdown Vim Mode
β˜… 1,807 ctrlp.vim πŸ“„ Active fork of kien/ctrlp.vimβ€”Fuzzy file, buffer, mru, tag, etc finder.
β˜… 1,657 ack.vim πŸ“„ Vim plugin for the Perl module / CLI script 'ack'
β˜… 1,587 vim-indent-guides πŸ“„ A Vim plugin for visually displaying indent levels in code
β˜… 1,436 vim-startify πŸ“„ The fancy start screen for Vim.
β˜… 1,403 tabular πŸ“„ Vim script for text filtering and alignment
β˜… 1,389 vim-tmux-navigator πŸ“„ Seamless navigation between tmux panes and vim splits
β˜… 1,272 vim-unimpaired unimpaired.vim: pairs of handy bracket mappings
β˜… 1,236 gist-vim πŸ“„ vimscript for gist
β˜… 1,234 vimux πŸ“„ vim plugin to interact with tmux
β˜… 1,123 delimitMate πŸ“„ Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
β˜… 1,096 editorconfig-vim πŸ“„ EditorConfig plugin for Vim
β˜… 1,039 vim-devicons πŸ“„ πŸ”£ Adds file type glyphs/icons to many popular Vim plugins such as: NERDTree, vim-airline, unite, vim-startify and many more
β˜… 1,003 neomake πŸ“„ Async :make and linting framework for Neovim/Vim
β˜… 970 jellybeans.vim πŸ“„ A colorful, dark color scheme for Vim.
β˜… 956 vim-signify πŸ“„ Show a diff via Vim sign column.
β˜… 903 vim-polyglot πŸ“„ A solid language pack for Vim.
β˜… 882 vim-repeat repeat.vim: enable repeating supported plugin maps with "."
β˜… 853 vim-abolish abolish.vim: easily search for, substitute, and abbreviate multiple variants of a word
β˜… 748 targets.vim Vim plugin that provides additional text objects
β˜… 697 tcomment_vim πŸ“„ An extensible & universal comment vim-plugin that also handles embedded filetypes
β˜… 591 vim-session πŸ“„ Extended session management for Vim (:mksession on steroids)
β˜… 589 fzf.vim πŸ“„ fzf ❀️ vim
β˜… 569 undotree The ultimate undo history visualizer for VIM
β˜… 555 vim-eunuch eunuch.vim: helpers for UNIX
β˜… 554 vim-jsbeautify πŸ“„ vim plugin which formated javascript files by js-beautify
β˜… 549 vim-endwise endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc
β˜… 547 incsearch.vim πŸ“„ πŸ”¦ Improved incremental searching for Vim
β˜… 545 vim-textobj-user Vim plugin: Create your own text objects
β˜… 518 vim-node Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
β˜… 509 nerdtree-git-plugin A plugin of NERDTree showing git status
β˜… 348 webapi-vim vim interface to Web API
β˜… 324 MatchTagAlways πŸ“„ A Vim plugin that always highlights the enclosing html/xml tags
β˜… 310 csv.vim A Filetype plugin for csv files
β˜… 280 vim-airline-themes A collection of themes for vim-airline
β˜… 268 vim-textobj-rubyblock A custom text object for selecting ruby blocks.
β˜… 249 switch.vim πŸ“„ A simple Vim plugin to switch segments of text with predefined replacements
β˜… 220 vim-misc Miscellaneous auto-load Vim scripts
β˜… 202 vim-numbertoggle Toggles between relative and absolute line numbers automatically
β˜… 190 vim-hardtime πŸ“„ Plugin to help you stop repeating the basic movement keys
β˜… 189 vim-rake rake.vim: it's like rails.vim without the rails
β˜… 174 vim-turbux πŸ“„ Turbo Ruby testing with tmux
β˜… 156 open-browser.vim πŸ“„ Open URI with your favorite browser from your most favorite editor
β˜… 111 matchit.zip extended % matching for HTML, LaTeX, and many other languages
β˜… 108 ember.vim πŸ“„ Vim plugin for the Emberjs frontend framework
β˜… 104 vim-visual-star-search Start a * or # search from a visual block
β˜… 98 colorv.vim πŸ“„ A powerful color tool in vim
β˜… 87 vim-anzu πŸ“„ Vim search status.
β˜… 80 vim-marked Open the current Markdown buffer in Marked.app
β˜… 78 vim-handlebars [deprecated] Vim plugin for Handlebars
β˜… 76 github-complete.vim Vim input completion for GitHub
β˜… 64 L9 Vim-script library
β˜… 63 vim-nerdtree-syntax-highlight πŸ“„ Extra syntax and highlight for nerdtree files
β˜… 61 vim-togglecursor πŸ“„ Toggle the cursor shape in the terminal for Vim.
β˜… 59 portkey πŸ“„ Navigate files at the speed of Vim.
β˜… 56 ListToggle πŸ“„ A vim plugin for toggling the display of the quickfix list and the location-list.
β˜… 49 textile.vim Textile for VIM
β˜… 46 Join a better (hopefully) :Join command in vim
β˜… 44 QFEnter πŸ“„ Open a Quickfix item in a window you choose. (Vim plugin)
β˜… 43 vim-side-search πŸ“„ Search context in Vim in a sidebar using ag output
β˜… 35 vim-swap Reorder delimited items.
β˜… 30 incsearch-fuzzy.vim πŸ“„
β˜… 24 zoomwintab.vim πŸ“„ zoomwintab vim plugin
β˜… 23 vim-reveal-in-finder Reveal the current file in the OS X Finder.
β˜… 21 scratch.vim Plugin to create and use a scratch Vim buffer
β˜… 17 incsearch-easymotion.vim πŸ“„
β˜… 11 vim-voogle πŸ“„ google for the word under the cursor to a browser because 2013
β˜… 8 indenthtml.vim πŸ“„ alternative html indent script
β˜… 3 GIFL πŸ“„ Add "wrap terms in google I'm feeling lucky url" Γ  la Textmate
β˜… 2 taskpaper.vim This package contains a syntax file and a file-type plugin for the simple format used by the TaskPaper application.
β˜… 1 HelpClose Close all help windows
β˜… 1 vim-tmux http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/examples/tmux.vim?view=log
β˜… 0 splitjoin.vim πŸ“„ A vim plugin that simplifies the transition between multiline and single-line code
β˜… 0 vim-autoreadwatch A forked script for vim auto reloading of buffers when changed on disk.
β˜… 0 vim-textobj-reactprop A vim text object for a React prop

That's 86 plugins, holy crap.

Generated by rake update_readme on 2016/10/08.

dot_vim's People

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.