From a36a813d5d031e6f5d52b74986915e68130febd9 Mon Sep 17 00:00:00 2001 From: Ole Date: Mon, 14 Mar 2022 10:54:48 +0100 Subject: [PATCH] docs: fix path in developers file (#1789) --- developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developers.md b/developers.md index 3d3d0b2..748c5c0 100644 --- a/developers.md +++ b/developers.md @@ -230,7 +230,7 @@ for the entries being displayed. For an example of an entry maker take a look at `lua/telescope/make_entry.lua`. A good way to make your `display` more like a table is to use a `displayer` which can be found in -`lua/telescope/entry_display.lua`. A simpler example of `displayer` is the +`lua/telescope/pickers/entry_display.lua`. A simpler example of `displayer` is the function `gen_from_git_commits` in `make_entry.lua`. The `ordinal` is also required, which is used for sorting. As already mentioned