-
-
Save kikedose/e639ff1c23b82354b6d8797fc1128ca4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 'morhetz/gruvbox' | |
Plug 'scrooloose/nerdtree' | |
Plug 'vim-airline/vim-airline' | |
Plug 'sheerun/vim-polyglot' | |
Plug 'mattn/emmet-vim' | |
Plug 'tpope/vim-commentary' | |
Plug 'tpope/vim-surround' | |
Plug 'dense-analysis/ale' | |
Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
Plug 'preservim/tagbar' | |
Plug 'junegunn/fzf' | Plug 'junegunn/fzf.vim' | |
Plug 'SirVer/ultisnips' | |
Plug 'yggdroot/indentline' | |
call plug#end() | |
"PlugInstall | |
"PlugUpdate | |
"PlugStatus | |
"PlugClean | |
"PlugUpgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment