We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae30960 commit 392056eCopy full SHA for 392056e
1 file changed
README.md
@@ -96,7 +96,7 @@ config = {
96
},
97
packages = { enable = true }, -- show how many plugins neovim loaded
98
-- 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.
+ -- action can be a function type, e.g.
100
-- action = func(path) vim.cmd('Telescope find_files cwd=' .. path) end
101
project = { enable = true, limit = 8, icon = 'your icon', label = '', action = 'Telescope find_files cwd=' },
102
mru = { enable = true, limit = 10, icon = 'your icon', label = '', cwd_only = false },
0 commit comments