starter/init.vim

6 lines
99 B
VimL

call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive'
call plug#end()
lua require('config')