More plugins - fairulazmin/note GitHub Wiki
Vim gutter
A Vim plugin which shows a git diff in the sign column. It shows which lines have been added, modified, or removed.
Plug 'airblade/vim-gitgutter'
Dracula theme
Dark theme for vim
Plug 'dracula/vim'
Vim surround
Vim plugin for Git
Plug 'tpope/vim-surround'
Vim fugitive
Vim plugin for Git
Plug 'tpope/vim-fugitive'
Rainbow parentheses
Better rainbow parentheses
Plug 'kien/rainbow_parentheses.vim'
Auto pairs
Plug 'jiangmiao/auto-pairs'
Easymotion
Much simpler way to use some motions in vim
Plug 'easymotion/vim-easymotion'
Commentary
Comment stuff out
Plug 'tpope/vim-commentary'
Multiple cursors
Multiple edit
Plug 'terryma/vim-multiple-cursors'
Starfify
Fancy start screen
Plug 'mhinz/vim-startify'
Indentline
A vim plugin to display the indention levels with thin vertical lines
Plug 'yggdroot/indentline'