dotfiles/private_dot_config/nvim/init.vim

8 lines
147 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'
2025-07-30 15:32:38 +02:00
Plug 'nvim-telescope/telescope.nvim', { 'tag': '0.1.8' }
2025-07-30 15:28:54 +02:00
call plug#end()