Skip to content

Commit d600409

Browse files
authored
Update README.md
Fixed typo in configuration section of readme.
1 parent 649b662 commit d600409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ telescope.setup {
158158
["<C-k>"] = lga_actions.quote_prompt(),
159159
["<C-i>"] = lga_actions.quote_prompt({ postfix = " --iglob " }),
160160
-- freeze the current list and start a fuzzy search in the frozen list
161-
["<C-space>"] = actions.to_fuzzy_refine,
161+
["<C-space>"] = lga_actions.to_fuzzy_refine,
162162
},
163163
},
164164
-- ... also accepts theme settings, for example:

0 commit comments

Comments
 (0)