update codecompanion fidget spinner

This commit is contained in:
2025-02-16 13:39:54 -08:00
parent e6e69a5d7c
commit ef124ea808
5 changed files with 322 additions and 280 deletions

View File

@@ -93,7 +93,7 @@ return {
-- Optional, by default when you use `:ObsidianFollowLink` on a link to an image
-- file it will be ignored but you can customize this behavior here.
---@param img string
follow_img_func = function(img)
follow_img_func = function(url)
-- vim.fn.jobstart({ "qlmanage", "-p", img }) -- Mac OS quick look preview
vim.fn.jobstart({ "xdg-open", url }) -- linux
-- vim.cmd(':silent exec "!start ' .. url .. '"') -- Windows