__ _____ __ __ ____ _ _
\ \ / /_ _| \/ | | _ \| |_ _ __ _(_)_ __ ___
\ \ / / | || |\/| | _____ | |_) | | | | |/ _` | | '_ \/ __|
\ V / | || | | | |_____| | __/| | |_| | (_| | | | | \__ \
\_/ |___|_| |_| |_| |_|\__,_|\__, |_|_| |_|___/
|___/
The following sections contain a descriptive list of most of the plugings I use in my .vimrc
configuration to make vim even more awesome.
- Expand html and css abreviations
- Linter and code style check support on status bar
- Display real time markdown rendering
- Auto-close characters
- Support of code snippets
- Code, filename, omni, shell smart auto-completion
- Search auto-completion
- Various programming language syntax coloration
- Javascript main libraries syntax coloration
- Indent guides (multiple display supported)
- Color preview in source code (for example in css)
- More than 500 colorscheme supported (default solarized)
- Full git commands integration (Fugitive screencast)
- Git diff characters in sign colomn
- Repository and file history interactive display
- Complete shell integration
- Code structure sidebar (Angular also supported)
- Full Github gist integrations
- Get documentation of word under cursor
- Get type of word under cursor
- Jump to definition of word under cursor
- tmux integration to navigate between panes
- Can display relative line numbers
- Fuzzy file finding (project, recents, buffers)
- Navigation tree (with git integration)
- Side bar to jump to previous actions (tree)
- Custom and configurable statusbar interface
- Support of devicon for filetypes
- Custom landing page with last files edited
- Jump to anywhere by key shortcut
- Shortcuts for characters alignment
- Easily comment lines
- Support save of session (visible from landing page)
- Multiple cursor feature for quick re-factor
- Add more motion on top on vim native
- Add more mapping on top of vim native
- Add more text object selectors on top of vim native
- Check the
.vimrc
itself to see the rest :)