mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
Adding vim stuff
This commit is contained in:
parent
b77ac31173
commit
81d5cc35ce
11 changed files with 3006 additions and 0 deletions
7
nvim/plugins.vim
Normal file
7
nvim/plugins.vim
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
call plug#begin()
|
||||
Plug 'itchyny/lightline.vim'
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
call plug#end()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue