7 lines
147 B
VimL
7 lines
147 B
VimL
call plug#begin()
|
|
|
|
" List your plugins here
|
|
Plug 'nvim-lua/plenary.nvim'
|
|
Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.8' }
|
|
|
|
call plug#end()
|