Merge branch 'nvim-develop' of git.pro100code.ru:t0xa/t0vim into nvim-develop

This commit is contained in:
pro100ton 2025-02-03 20:55:33 +03:00
commit d05c69d8d5
2 changed files with 11 additions and 11 deletions

View file

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

View file

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