fix: wrong information in changelog

This commit is contained in:
Simon Hauser
2021-07-08 11:16:18 +02:00
parent d5a8e48aa6
commit 1dd6f8408b
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ Example would be for a global configuration:
require("telescope").setup{
defaults = {
path_display = {
"shorten_path",
"shorten",
"absolute",
},
}
@@ -78,7 +78,7 @@ Example would be for a global configuration:
You can also still pass this to a single builtin call:
require("telescope.builtin").find_files {
path_display = { "shorten_path" }
path_display = { "shorten" }
}
For extension developers there is a new util function that can be used to