diff options
| author | Emiel Van Severen <35073890+emielvanseveren@users.noreply.github.com> | 2022-08-13 11:11:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-13 11:11:00 +0200 |
| commit | e1206cb3e1bd88cdd20ce1fa677534a29ed720ed (patch) | |
| tree | 231e74952c0d48cfcf4b8c25cfd3179f0d804d68 /doc | |
| parent | 36d4571b05cb75c15365998249469cf05133db6e (diff) | |
fix: typo in docs (#2100)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index b10f05e..419e495 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -6,7 +6,7 @@ filter, find and pick things in Lua. Getting started with telescope: 1. Run `:checkhealth telescope` to make sure everything is installed. - 2. Evalulate it working with `:Telescope find_files` or `:lua + 2. Evaluate it working with `:Telescope find_files` or `:lua require("telescope.builtin").find_files()` 3. Put a `require("telescope").setup() call somewhere in your neovim config. 4. Read |telescope.setup| to check what config keys are available and what |
