fix: wrong information in changelog
This commit is contained in:
@@ -46,7 +46,7 @@ Community driven built-in [pickers](#pickers), [sorters](#sorters) and [previewe
|
||||
|
||||
This section should guide to run your first built-in pickers :smile:.
|
||||
|
||||
[Neovim (v0.5)](https://github.com/neovim/neovim/releases/tag/v0.5.0)
|
||||
[Neovim (v0.5)](https://github.com/neovim/neovim/releases/tag/v0.5.0) or newer
|
||||
is required for `telescope.nvim` to work.
|
||||
|
||||
### Optional dependences
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user