Skip to content

Commit 014fc5c

Browse files
authored
Fix typo README.md
1 parent 63df284 commit 014fc5c

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
@@ -95,7 +95,7 @@ config = {
9595
},
9696
packages = { enable = true }, -- show how many plugins neovim loaded
9797
-- limit how many projects list, action when you press key or enter it will run this action.
98-
-- action can be a functino type, e.g.
98+
-- action can be a function type, e.g.
9999
-- action = func(path) vim.cmd('Telescope find_files cwd=' .. path) end
100100
project = { enable = true, limit = 8, icon = 'your icon', label = '', action = 'Telescope find_files cwd=' },
101101
mru = { limit = 10, icon = 'your icon', label = '', cwd_only = false },

0 commit comments

Comments
 (0)