💬 comments(nvim): zoxide plugin not working code

This commit is contained in:
Sergio Laín 2023-12-02 23:34:48 +01:00
parent 94d40a8b91
commit 6cfeea3db7
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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,
},
},