Skip to content

Instantly share code, notes, and snippets.

@linhxhust
Created July 23, 2017 15:26
Show Gist options
  • Save linhxhust/c7f9116be09c786fdaf4e193fe683697 to your computer and use it in GitHub Desktop.
Save linhxhust/c7f9116be09c786fdaf4e193fe683697 to your computer and use it in GitHub Desktop.
call plug#begin('~/.vim/plugged')
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'jiangmiao/auto-pairs'
Plug 'alvan/vim-closetag'
Plug 'ervandew/supertab'
Plug 'scrooloose/nerdcommenter'
Plug 'tpope/vim-surround'
Plug 'terryma/vim-multiple-cursors'
Plug 'fatih/vim-go'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'mhinz/vim-startify'
Plug 'Yggdroot/indentLine'
Plug 'maksimr/vim-jsbeautify'
Plug 'majutsushi/tagbar'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment