8 lines
150 B
VimL
8 lines
150 B
VimL
call plug#begin('~/.config/nvim/plugged')
|
|
|
|
" Add your plugins here, for example:
|
|
Plug 'preservim/nerdtree'
|
|
Plug 'github/copilot.vim'
|
|
|
|
call plug#end()
|