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