added nvim config

This commit is contained in:
2023-08-10 16:26:43 +02:00
parent 0bf823d72e
commit 19f79881a3
+7
View File
@@ -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()