6 lines
90 B
VimL
6 lines
90 B
VimL
call plug#begin()
|
|
|
|
" List your plugins here
|
|
Plug 'nvim-lua/plenary.nvim'
|
|
|
|
call plug#end()
|