Skip to content

Commit

Permalink
Merge pull request #20 from CMOISDEAD/main
Browse files Browse the repository at this point in the history
feat(main): notification message
  • Loading branch information
jvgrootveld authored Aug 2, 2024
2 parents 6896634 + 8a4c49d commit 76386e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/zoxide/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local default_config = {
vim.cmd.cd(selection.path)
end,
after_action = function(selection)
print("Directory changed to " .. selection.path)
vim.notify("Directory changed to " .. selection.path)
end
},
["<C-s>"] = { action = z_utils.create_basic_command("split") },
Expand Down

0 comments on commit 76386e0

Please sign in to comment.