💬 comments(nvim): zoxide plugin not working code
This commit is contained in:
parent
94d40a8b91
commit
6cfeea3db7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ return {
|
|||
mappings = {
|
||||
default = {
|
||||
after_action = function(selection)
|
||||
require("telescope.builtin").find_files({ cwd = selection.path })
|
||||
-- require("telescope.builtin").find_files({ cwd = selection.path }) FIXME: this doesn't work
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue