Skip to content

Commit 392056e

Browse files
authored
Fix typo README.md (#404)
1 parent ae30960 commit 392056e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ config = {
9696
},
9797
packages = { enable = true }, -- show how many plugins neovim loaded
9898
-- limit how many projects list, action when you press key or enter it will run this action.
99-
-- action can be a functino type, e.g.
99+
-- action can be a function type, e.g.
100100
-- action = func(path) vim.cmd('Telescope find_files cwd=' .. path) end
101101
project = { enable = true, limit = 8, icon = 'your icon', label = '', action = 'Telescope find_files cwd=' },
102102
mru = { enable = true, limit = 10, icon = 'your icon', label = '', cwd_only = false },

0 commit comments

Comments
 (0)