diff --git a/vim/.vimrc b/vim/.vimrc index 2ca3d0b..00d12fe 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -21,7 +21,7 @@ call plug#begin('~/.vim/plugged') Plug 'sgur/vim-editorconfig' " EditorConfig Plug 'tpope/vim-fugitive' " Git wrapper Plug 'junegunn/fzf.vim' " fzf wrapper - Plug 'jiangmiao/auto-pairs' " {Pair} completion + Plug 'lunarWatcher/auto-pairs' " {Pair} completion Plug 'tpope/vim-endwise' " 'End' completion Plug 'reedes/vim-pencil' " Word wrap Plug 'junegunn/goyo.vim' " Distraction-free writing