fidget.nvim icon indicating copy to clipboard operation
fidget.nvim copied to clipboard

Use as a library / low-level API?

Open fsouza opened this issue 3 years ago • 1 comments

Thank you for putting this project together, it's really cool. I was wondering if it you'd be open to exposing some functions to allow usage as a library. Could even be as low-level as exposing the fidget itself. Something like:

local fidget = require('fidget')
local f = fidget.new_fidget(identifier, name)

I realize that making those lower level pieces of the API public would increase the potential maintenance burden, but it could be useful for reporting progress on things that aren't LSP. Let me know if this is something you'd be open to and I can definitely prepare a PR!

fsouza avatar Apr 23 '22 03:04 fsouza

I have a big rewrite in the works. Stay tuned! (:

j-hui avatar Apr 23 '22 12:04 j-hui

By God, more than a year of inactivity on this. Thanks for your patience! Superseded by #131

j-hui avatar Jun 10 '23 07:06 j-hui