added nvim config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
call plug#begin('~/.config/nvim/plugged')
|
||||
|
||||
" Add your plugins here, for example:
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'github/copilot.vim'
|
||||
|
||||
call plug#end()
|
||||
Reference in New Issue
Block a user