initial commit

This commit is contained in:
Tim
2024-08-21 22:20:18 +02:00
commit d40ca7274a
17 changed files with 308 additions and 0 deletions

10
lua/plugins/telescope.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
'nvim-telescope/telescope.nvim',
tag = '0.1.3',
opts = {
defaults = {
path_display = { "smart" },
}
},
dependencies = { 'nvim-lua/plenary.nvim' },
}