Compare commits

...

2 commits

Author SHA1 Message Date
ashalimov
835d2fa3c4 Merge branch 'nvim-develop' of git.pro100code.ru:t0xa/t0vim into nvim-develop 2025-02-03 09:00:37 +03:00
ashalimov
f0fe804630 Change path display for telescope 2025-02-03 09:00:33 +03:00
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 = { "smart" }, path_display = { shorten = 4 },
}, },
} }