diff --git a/README.md b/README.md index 01cf48c..018edc4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/telescope_changelog.txt b/doc/telescope_changelog.txt index b0c55fa..bfb647e 100644 --- a/doc/telescope_changelog.txt +++ b/doc/telescope_changelog.txt @@ -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