feat: add plugin telescope

This commit is contained in:
Sven Vogel 2024-12-09 13:50:02 +01:00
parent c03a3f3913
commit 598c68d016
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
return {
{
'nvim-telescope/telescope.nvim',
branch = '0.1.x',
dependencies = { 'nvim-lua/plenary.nvim', 'nvim-tree/nvim-web-devicons' }
}
}