You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building a Neovim plugin in Lua to increment/decrement values easily and am looking for a way to handle larger numbers.
Your code seems to handle everything I was looking for.
Seeing there is no license file I wanted to ask to be sure: would it be okay if I distribute the BigInteger.lua file as is with my plugin?
I will add a link to this repo in the documentations files.
The text was updated successfully, but these errors were encountered:
Thank you for the courtesy of asking for permission!
I am content with anyone using this code as they see fit, but I would appreciate credit being given in some form; adding a link in some repo description is perfectly okay. This goes for you and anyone in the future :)
Hi,
I am building a Neovim plugin in Lua to increment/decrement values easily and am looking for a way to handle larger numbers.
Your code seems to handle everything I was looking for.
Seeing there is no license file I wanted to ask to be sure: would it be okay if I distribute the BigInteger.lua file as is with my plugin?
I will add a link to this repo in the documentations files.
The text was updated successfully, but these errors were encountered: