Skip to content

Commit ffa3ce1

Browse files
authored
docs: added doc for telescope ext (#296)
1 parent d01a2a7 commit ffa3ce1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ require("telescope").load_extension("rest")
247247
-- then use it, you can also use the `:Telescope rest select_env` command
248248
require("telescope").extensions.rest.select_env()
249249
```
250+
251+
If running Ubuntu or Debian based systems you might need to run `ln -s $(which fdfind) ~/.local/bin/fd` to get extension to work. This is becuase extension runs the [fd](https://github.com/sharkdp/fd?tab=readme-ov-file#installation) command.
252+
250253
Here is a preview of the extension working :)
251254

252255
![telescope rest extension demo](https://github.com/rest-nvim/rest.nvim/assets/36456999/a810954f-b45c-44ee-854d-94039de8e2fc)

0 commit comments

Comments
 (0)