dotfiles/.vimrc.plug
2020-02-09 19:48:56 -05:00

6 lines
104 B
Text

call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive'
Plug 'preservim/nerdtree'
call plug#end()