Add .config/nvim/init.vim

This commit is contained in:
Yarne Coppens 2025-07-30 15:28:54 +02:00
parent d12822daa3
commit 531b9d3827

View file

@ -0,0 +1,6 @@
call plug#begin()
" List your plugins here
Plug 'nvim-lua/plenary.nvim'
call plug#end()