mirror of https://github.com/LazyVim/starter
6 lines
99 B
VimL
6 lines
99 B
VimL
|
call plug#begin('~/.vim/plugged')
|
||
|
Plug 'tpope/vim-fugitive'
|
||
|
call plug#end()
|
||
|
|
||
|
lua require('config')
|