Skip to content

Commit 63fe72a

Browse files
committed
file path issue fixed
1 parent 9018835 commit 63fe72a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

init.lua

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -384,21 +384,20 @@ require('lazy').setup({
384384
-- [[ Configure Telescope ]]
385385
-- See `:help telescope` and `:help telescope.setup()`
386386
require('telescope').setup {
387-
-- You can put your default mappings / updates / etc. in here
388-
-- All the info you're looking for is in `:help telescope.setup()`
389-
--
390-
-- defaults = {
391-
-- mappings = {
392-
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
393-
-- },
394-
-- },
395-
-- pickers = {}
387+
defaults = {
388+
preview = {
389+
hide_on_startup = false,
390+
},
391+
previewer = true,
392+
file_ignore_patterns = {},
393+
path_display = { "truncate" },
394+
},
396395
extensions = {
397396
['ui-select'] = {
398397
require('telescope.themes').get_dropdown(),
399398
},
400-
},
401-
}
399+
},
400+
}
402401

403402
-- Enable Telescope extensions if they are installed
404403
pcall(require('telescope').load_extension, 'fzf')

0 commit comments

Comments
 (0)