Compare commits

..

No commits in common. "835d2fa3c4b454cab9b061aff1a92fd610c11b1c" and "3af760037900991f2f056e12889197608b3fa35e" have entirely different histories.

2 changed files with 11 additions and 11 deletions

View file

@ -8,5 +8,5 @@ return {
}, },
config = function() config = function()
require "custom.telescope" require "custom.telescope"
end end,
} }

View file

@ -1,6 +1,6 @@
require("telescope").setup { require("telescope").setup {
defaults = { defaults = {
path_display = { shorten = 4 }, path_display = { "smart" },
}, },
} }