Skip to content

Commit

Permalink
fix(plugins): do not use cached list for telescope repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Apr 14, 2022
1 parent e9a9fe5 commit 745f52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/which-key.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ local mappings = {
name = "Project",
f = { 'file' },
w = { 'word' },
l = { "<cmd>lua require'telescope'.extensions.repo.cached_list{file_ignore_patterns={'/%.cache/', '/%.cargo/', '/%.local/', '/%timeshift/', '/usr/', '/srv/', '/%.oh%-my%-zsh'}}<CR>", 'list' },
l = { "<cmd>lua require'telescope'.extensions.repo.list{file_ignore_patterns={'/%.cache/', '/%.cargo/', '/%.local/', '/%timeshift/', '/usr/', '/srv/', '/%.oh%-my%-zsh'}}<CR>", 'list' },
t = { "<cmd>TodoTrouble<CR>", 'todo' },
s = { "<cmd>SessionSave<CR>", 'save session' }
},
Expand Down

0 comments on commit 745f52b

Please sign in to comment.