We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
type A = number; type B = string; type C = boolean; type D = A | B | C; // ^?
this is the sample code i ran but eventually i couldn't find any types as expected, instead it shows No type available. NB: lazy as package manager.
The text was updated successfully, but these errors were encountered:
Can you share how you use lazy? I do not use lazy, so I would just like a minimally reproducible example so I can help you.
Sorry, something went wrong.
witt.lua
return { "typed-rocks/witt-neovim", config = function() require("witt") end }
this is all I've in my witt configuration.
created a WittRestart user command. and that's pretty much fixes the problem when I call the WittRestart
WittRestart
No branches or pull requests
this is the sample code i ran but eventually i couldn't find any types as expected, instead it shows No type available.
NB: lazy as package manager.
The text was updated successfully, but these errors were encountered: