removed nvim as submodule

This commit is contained in:
snarmph 2025-09-29 10:32:22 +02:00
parent 802e03c77e
commit 3a6b72a050
16 changed files with 727 additions and 1 deletions

View file

@ -0,0 +1,26 @@
return {
'nvim-telescope/telescope.nvim',
version = false,
dependencies = { 'nvim-lua/plenary.nvim' },
opts = {
defaults = {
path_display = { "smart" },
},
pickers = {
buffers = {
path_display = "short",
sort_mru = true,
ignore_current_buffer = true,
previewer = false,
layout_config = {
width = 80,
height = 10,
prompt_position = "top",
},
prompt_title = false,
results_title = false,
preview_title = false,
},
},
},
}