From e1206cb3e1bd88cdd20ce1fa677534a29ed720ed Mon Sep 17 00:00:00 2001 From: Emiel Van Severen <35073890+emielvanseveren@users.noreply.github.com> Date: Sat, 13 Aug 2022 11:11:00 +0200 Subject: fix: typo in docs (#2100) --- lua/telescope/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/init.lua') diff --git a/lua/telescope/init.lua b/lua/telescope/init.lua index 6ed7e66..c267f06 100644 --- a/lua/telescope/init.lua +++ b/lua/telescope/init.lua @@ -13,7 +13,7 @@ local telescope = {} --- --- Getting started with telescope: --- 1. Run `:checkhealth telescope` to make sure everything is installed. ---- 2. Evalulate it working with +--- 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. -- cgit v1.2.3