starter/init.vim

6 lines
99 B
VimL
Raw Normal View History

2024-09-09 00:22:42 +08:00
call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive'
call plug#end()
lua require('config')