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 have a neovim plugin written in lua, and it's hosted in the same repository as the CLI backend (written in Python) because it involves the use of a database that doesn't have proper API support and documents only exists for Python/typescript. The repo therefore contains more python code than lua, but the neovim plugin binding is pure lua. This plugin is currently marked as "The repository is not written in Lua" and cannot be saved.
I have a neovim plugin written in lua, and it's hosted in the same repository as the CLI backend (written in Python) because it involves the use of a database that doesn't have proper API support and documents only exists for Python/typescript. The repo therefore contains more python code than lua, but the neovim plugin binding is pure lua. This plugin is currently marked as "The repository is not written in Lua" and cannot be saved.
The URL to the repo is https://github.com/Davidyz/VectorCode.
The text was updated successfully, but these errors were encountered: