dotfiles/private_dot_config/nvim/init.vim

7 lines
90 B
VimL
Raw Normal View History

2025-07-30 15:28:54 +02:00
call plug#begin()
" List your plugins here
Plug 'nvim-lua/plenary.nvim'
call plug#end()