💬 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 = {
|
mappings = {
|
||||||
default = {
|
default = {
|
||||||
after_action = function(selection)
|
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,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue