Skip to content

Commit

Permalink
Fix typo README.md (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarCodes authored Jan 11, 2025
1 parent ae30960 commit 392056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ config = {
},
packages = { enable = true }, -- show how many plugins neovim loaded
-- limit how many projects list, action when you press key or enter it will run this action.
-- action can be a functino type, e.g.
-- action can be a function type, e.g.
-- action = func(path) vim.cmd('Telescope find_files cwd=' .. path) end
project = { enable = true, limit = 8, icon = 'your icon', label = '', action = 'Telescope find_files cwd=' },
mru = { enable = true, limit = 10, icon = 'your icon', label = '', cwd_only = false },
Expand Down

0 comments on commit 392056e

Please sign in to comment.