Change path display for telescope
This commit is contained in:
parent
dec7cb040d
commit
f0fe804630
2 changed files with 11 additions and 11 deletions
|
@ -8,5 +8,5 @@ return {
|
|||
},
|
||||
config = function()
|
||||
require "custom.telescope"
|
||||
end,
|
||||
end
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require("telescope").setup {
|
||||
defaults = {
|
||||
path_display = { "smart" },
|
||||
path_display = { shorten = 4 },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue