Skip to content

Instantly share code, notes, and snippets.

@kikedose
Created November 4, 2021 21:39
Show Gist options
  • Save kikedose/e639ff1c23b82354b6d8797fc1128ca4 to your computer and use it in GitHub Desktop.
Save kikedose/e639ff1c23b82354b6d8797fc1128ca4 to your computer and use it in GitHub Desktop.
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