File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments