mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 03:44:57 -04:00
6 lines
104 B
Text
6 lines
104 B
Text
call plug#begin('~/.vim/plugged')
|
|
|
|
Plug 'tpope/vim-fugitive'
|
|
Plug 'preservim/nerdtree'
|
|
|
|
call plug#end()
|