All Projects โ†’ mutewinter โ†’ Dot_vim

mutewinter / Dot_vim

Licence: mit
๐Ÿ‰ The Vim Configuration of Champions. Uses Plug to manage roughly four thousand plugins. The dragon symbolizes complexity.

Projects that are alternatives of or similar to Dot vim

Dotfiles
My awesome dotfiles ๐Ÿš€
Stars: โœญ 47 (-92.88%)
Mutual labels:  dotfiles, vim-configuration
Dotfiles
๐Ÿ’พ Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: โœญ 554 (-16.06%)
Mutual labels:  dotfiles, vim-configuration
Vim Bootstrap
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Stars: โœญ 1,870 (+183.33%)
Mutual labels:  dotfiles, vim-configuration
Dotfiles
Configurations for the tools I use every day
Stars: โœญ 898 (+36.06%)
Mutual labels:  dotfiles, plug
Vimrc Config
re-vim: sensible vim configuration
Stars: โœญ 212 (-67.88%)
Mutual labels:  dotfiles, vim-configuration
Ivim
I love Vim, and I also love modifying it to be more convenient and efficient. So I name it "ivim"! Welcome to contribute to ivim.
Stars: โœญ 476 (-27.88%)
Mutual labels:  vim-configuration
Dot debian
Config files for linux (debian based)
Stars: โœญ 472 (-28.48%)
Mutual labels:  dotfiles
Canary
๐Ÿฃ Elixir authorization and resource-loading library for Plug applications.
Stars: โœญ 450 (-31.82%)
Mutual labels:  plug
Vim Pizza
My initial attempt at trying to order pizza from within vim.
Stars: โœญ 414 (-37.27%)
Mutual labels:  plug
Termuxarch
You can use setupTermuxArch.bash ๐Ÿ“ฒ to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: โœญ 653 (-1.06%)
Mutual labels:  dotfiles
Dotfiles
Zsh, Karabiner, VS Code, Sublime, Neovim, Nix
Stars: โœญ 634 (-3.94%)
Mutual labels:  dotfiles
Dotfiles
๐Ÿ™ dotfiles
Stars: โœญ 541 (-18.03%)
Mutual labels:  dotfiles
Vim Init
่ฝป้‡็บง Vim ้…็ฝฎๆก†ๆžถ๏ผŒๅ…จไธญๆ–‡ๆณจ้‡Š
Stars: โœญ 478 (-27.58%)
Mutual labels:  vim-configuration
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: โœญ 617 (-6.52%)
Mutual labels:  dotfiles
Dotfiles
Config files for ZSH, Java, Ruby, Go, Editors, Terminals and more.
Stars: โœญ 639 (-3.18%)
Mutual labels:  dotfiles
Dotcommon
What do people have in their dotfiles?
Stars: โœญ 418 (-36.67%)
Mutual labels:  dotfiles
Dotfiles
Let's be honest: mostly Emacs.
Stars: โœญ 536 (-18.79%)
Mutual labels:  dotfiles
Elixir Boilerplate
โš— The stable base upon which we build our Elixir projects at Mirego.
Stars: โœญ 627 (-5%)
Mutual labels:  plug
K Vim
vim้…็ฝฎ
Stars: โœญ 4,834 (+632.42%)
Mutual labels:  vim-configuration
Dotfiles
Settings for various tools I use.
Stars: โœญ 513 (-22.27%)
Mutual labels:  dotfiles

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 [email protected]: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. vim +PlugInstall +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 plug_plugins for more.

Installing Custom Plugins

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

plug_plugins/custom/vim-move.vim

if exists('g:plug_installing_plugins')
  Plug 'matze/vim-move.vim'
  finish
endif

let g:move_key_modifier = 'C'

This example installs vim-move.

Plugin List

Stars          Plugin Description
Star count fzf ๐Ÿ“„ ๐ŸŒธ A command-line fuzzy finder
Star count nerdtree ๐Ÿ“„ A tree explorer plugin for vim.
Star count coc.nvim ๐Ÿ“„ Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode
Star count vim-fugitive ๐Ÿ“„ fugitive.vim: A Git wrapper so awesome, it should be illegal
Star count vim-surround ๐Ÿ“„ surround.vim: quoting/parenthesizing made simple
Star count fzf.vim ๐Ÿ“„ fzf โค๏ธ vim
Star count lightline.vim ๐Ÿ“„ A light and configurable statusline/tabline plugin for Vim
Star count vim-polyglot ๐Ÿ“„ A solid language pack for Vim.
Star count vim-startify ๐Ÿ“„ ๐Ÿ”— The fancy start screen for Vim.
Star count vim-devicons ๐Ÿ“„ Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Star count auto-pairs Vim plugin, insert or delete brackets, parens, quotes in pair
Star count editorconfig-vim ๐Ÿ“„ EditorConfig plugin for Vim
Star count vim-unimpaired unimpaired.vim: Pairs of handy bracket mappings
Star count vim-indent-guides ๐Ÿ“„ A Vim plugin for visually displaying indent levels in code
Star count tabular Vim script for text filtering and alignment
Star count vim-sneak ๐Ÿ“„ The missing motion for Vim ๐Ÿ‘Ÿ
Star count vim-abolish abolish.vim: easily search for, substitute, and abbreviate multiple variants of a word
Star count vim-dadbod ๐Ÿ“„ dadbod.vim: Modern database interface for Vim
Star count targets.vim Vim plugin that provides additional text objects
Star count vim-repeat repeat.vim: enable repeating supported plugin maps with "."
Star count nerdtree-git-plugin A plugin of NERDTree showing git status
Star count undotree The undo history visualizer for VIM
Star count jellybeans.vim ๐Ÿ“„ A colorful, dark color scheme for Vim.
Star count vim-eunuch eunuch.vim: Helpers for UNIX
Star count splitjoin.vim ๐Ÿ“„ Switch between single-line and multiline forms of code
Star count ctrlsf.vim An ack.vim alternative mimics Ctrl-Shift-F on Sublime Text 2
Star count tcomment_vim ๐Ÿ“„ An extensible & universal comment vim-plugin that also handles embedded filetypes
Star count vim-textobj-user Vim plugin: Create your own text objects
Star count vim-grepper ๐Ÿ“„ ๐Ÿ‘พ Helps you win at grep.
Star count neoformat ๐Ÿ“„ โœจ A (Neo)vim plugin for formatting code.
Star count vim-session ๐Ÿ“„ Extended session management for Vim (:mksession on steroids)
Star count vim-node Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
Star count csv.vim A Filetype plugin for csv files
Star count vim-peekaboo ๐Ÿ‘€ " / @ / CTRL-R
Star count vim-jsbeautify ๐Ÿ“„ vim plugin which formated javascript files by js-beautify
Star count vim-jsx-pretty ๐Ÿ”ฆ [Vim script] JSX and TSX syntax pretty highlighting for vim.
Star count vim-highlightedyank Make the yanked region apparent!
Star count vim-hardtime ๐Ÿ“„ Plugin to help you stop repeating the basic movement keys
Star count vim-nerdtree-syntax-highlight ๐Ÿ“„ Extra syntax and highlight for nerdtree files
Star count MatchTagAlways ๐Ÿ“„ A Vim plugin that always highlights the enclosing html/xml tags
Star count vim-rhubarb rhubarb.vim: GitHub extension for fugitive.vim
Star count switch.vim ๐Ÿ“„ A simple Vim plugin to switch segments of text with predefined replacements
Star count vim-numbertoggle Toggles between hybrid and absolute line numbers automatically
Star count vim-smoothie ๐Ÿ“„ Smooth scrolling for Vim done right๐Ÿฅค
Star count tmux-complete.vim Vim plugin for insert mode completion of words in adjacent tmux panes
Star count fzf-preview.vim ๐Ÿ“„ Dark powered fzf plugin
Star count open-browser.vim ๐Ÿ“„ Open URI with your favorite browser from your most favorite editor
Star count vim-graphql A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
Star count vim-misc Miscellaneous auto-load Vim scripts
Star count vim-ragtag ragtag.vim: ghetto HTML/XML mappings (formerly allml.vim)
Star count vim-tmux-focus-events Make terminal vim and tmux work better together.
Star count vim-tmux ๐Ÿ“„ vim plugin for tmux.conf
Star count vim-asterisk ๐Ÿ“„ โ„๏ธ *-Improved
Star count vim-dadbod-ui ๐Ÿ“„ Simple UI for https://github.com/tpope/vim-dadbod
Star count coc-fzf ๐Ÿ“„ fzf โค๏ธ coc.nvim
Star count pgsql.vim ๐Ÿ“„ The best PostgreSQL plugin for Vim!
Star count vim-sort-motion Vim mapping for sorting a range of text
Star count vim-swap ๐Ÿ“„ Reorder delimited items.
Star count QFEnter ๐Ÿ“„ Open a Quickfix item in a window you choose. (Vim plugin)
Star count ListToggle ๐Ÿ“„ A vim plugin for toggling the display of the quickfix list and the location-list.
Star count vim-togglecursor ๐Ÿ“„ Toggle the cursor shape in the terminal for Vim.
Star count vim-marked Open the current Markdown buffer in Marked.app
Star count vim-handlebars [deprecated] Vim plugin for Handlebars
Star count Join a better (hopefully) :Join command in vim
Star count vim-scrollstatus ๐Ÿ“„ A Vim plugin to display a scrollbar in the statusline
Star count vim-reveal-in-finder Reveal the current file in the OS X Finder.
Star count scratch.vim Plugin to create and use a scratch Vim buffer
Star count vim-voogle ๐Ÿ“„ google for the word under the cursor to a browser because 2013
Star count vim-textobj-reactprop A vim text object for a React prop
Star count HelpClose Close all help windows
Star count vim-autoreadwatch A forked script for vim auto reloading of buffers when changed on disk.

That's 72 plugins, holy crap.

Generated by rake update_readme on 2020/11/01.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].