Created
July 23, 2017 15:26
-
-
Save linhxhust/c7f9116be09c786fdaf4e193fe683697 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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