Update .vimrc

This commit is contained in:
Devin Lumley 2021-04-19 16:37:38 -07:00 committed by GitHub
parent 44aa06d062
commit 135af0dd47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.vimrc
View file

@ -58,16 +58,14 @@ nnoremap <C-H> <C-W><C-H>
" Plugins " Plugins
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'jiangmiao/auto-pairs' Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'tpope/vim-surround' Plug 'junegunn/fzf.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'} Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'sheerun/vim-polyglot' Plug 'sheerun/vim-polyglot'
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
Plug 'devinwl/vim-mdx-js'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-rhubarb' Plug 'tpope/vim-rhubarb'
Plug 'tpope/vim-surround'
Plug 'Rigellute/rigel' Plug 'Rigellute/rigel'