mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
7 lines
168 B
VimL
7 lines
168 B
VimL
call plug#begin()
|
|
Plug 'itchyny/lightline.vim'
|
|
Plug 'ryanoasis/vim-devicons'
|
|
Plug 'preservim/nerdtree'
|
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
|
call plug#end()
|
|
|