file path issue fixed

This commit is contained in:
aryat 2025-06-07 21:17:48 +05:30
parent 90188356df
commit 63fe72a39c
1 changed files with 10 additions and 11 deletions

View File

@ -384,15 +384,14 @@ require('lazy').setup({
-- [[ Configure Telescope ]]
-- See `:help telescope` and `:help telescope.setup()`
require('telescope').setup {
-- You can put your default mappings / updates / etc. in here
-- All the info you're looking for is in `:help telescope.setup()`
--
-- defaults = {
-- mappings = {
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
-- pickers = {}
defaults = {
preview = {
hide_on_startup = false,
},
previewer = true,
file_ignore_patterns = {},
path_display = { "truncate" },
},
extensions = {
['ui-select'] = {
require('telescope.themes').get_dropdown(),