Skip to content

Commit

Permalink
Fix typo README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarCodes authored Dec 4, 2023
1 parent 63df284 commit 014fc5c
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 @@ -95,7 +95,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 = { limit = 10, icon = 'your icon', label = '', cwd_only = false },
Expand Down

0 comments on commit 014fc5c

Please sign in to comment.