Created
August 15, 2019 22:28
-
-
Save jbaxleyiii/aa771a023b4f359dd4f81ac82bd98109 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
Plug 'airblade/vim-gitgutter' | |
Plug 'vim-airline/vim-airline' | |
Plug 'vim-airline/vim-airline-themes' | |
Plug 'austintaylor/vim-indentobject' | |
Plug 'ctrlpvim/ctrlp.vim' | |
Plug 'garbas/vim-snipmate' | |
Plug 'marcweber/vim-addon-mw-utils' | |
Plug 'tomtom/tlib_vim' | |
Plug 'pangloss/vim-javascript' | |
Plug 'scrooloose/nerdtree' | |
Plug 'scrooloose/syntastic' | |
Plug 'tpope/vim-bundler' | |
Plug 'tpope/vim-repeat' | |
Plug 'tpope/vim-commentary' | |
Plug 'tpope/vim-pastie' | |
Plug 'vim-scripts/align' | |
Plug 'vim-scripts/greplace.vim' | |
Plug 'vim-scripts/matchit.zip' | |
Plug 'mxw/vim-jsx' | |
Plug 'moll/vim-node' | |
Plug 'junegunn/goyo.vim' | |
Plug 'scrooloose/nerdcommenter' | |
Plug 'itmammoth/doorboy.vim' | |
Plug 'Raimondi/delimitMate' | |
Plug 'mattn/webapi-vim' | |
Plug 'mattn/gist-vim' | |
Plug 'tpope/vim-dispatch' | |
Plug 'rakr/vim-one' | |
" Plug 'quramy/tsuquyomi' | |
Plug 'shougo/vimproc' | |
Plug 'kana/vim-fakeclip' | |
Plug 'JamshedVesuna/vim-markdown-preview' | |
Plug 'Shougo/echodoc.vim' | |
Plug 'mattpenney89/vimify' | |
Plug 'HerringtonDarkholme/yats.vim' | |
Plug 'autozimu/LanguageClient-neovim', { | |
\ 'branch': 'next', | |
\ 'do': 'bash install.sh', | |
\ } | |
" (Optional) Multi-entry selection UI. | |
Plug 'junegunn/fzf' | |
Plug 'ncm2/ncm2' | |
Plug 'roxma/nvim-yarp' | |
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugs' } | |
Plug 'Shougo/denite.nvim' | |
Plug 'sbdchd/neoformat' | |
Plug 'jparise/vim-graphql' | |
Plug 'prettier/vim-prettier', { 'do': 'npm install', 'branch': 'release/1.x' } | |
Plug 'Xuyuanp/nerdtree-git-plugin' | |
Plug 'dracula/vim', { 'as': 'dracula' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment