Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use as a library / low-level API? #70

Closed
fsouza opened this issue Apr 23, 2022 · 2 comments
Closed

Use as a library / low-level API? #70

fsouza opened this issue Apr 23, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@fsouza
Copy link

fsouza commented Apr 23, 2022

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!

@j-hui
Copy link
Owner

j-hui commented Apr 23, 2022

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

@j-hui
Copy link
Owner

j-hui commented Jun 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants