Trying to move to vim full time

This commit is contained in:
Vlad Doster 2019-12-31 23:44:58 -05:00
parent d84fe60890
commit bfa46e41ba

View File

@ -8,6 +8,7 @@ if ! filereadable(expand('~/.config/nvim/autoload/plug.vim'))
endif
call plug#begin('~/.config/nvim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'tpope/vim-surround'
Plug 'scrooloose/nerdtree'
Plug 'junegunn/goyo.vim'