nvim-develop #3

Closed
t0xa wants to merge 44 commits from nvim-develop into main
2 changed files with 11 additions and 11 deletions
Showing only changes of commit f0fe804630 - Show all commits

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 },
}, },
} }