Closed KorigamiK closed 8 months ago
looks like type issue in nvchad_types, as @lucario387 's left using base46, i cant ask him to contribute.
ig time to learn how to make lua types myself
... But you can :)
@KorigamiK this is related to the type we use from lazy.nvim so not our issue kinda. https://github.com/folke/lazy.nvim/issues/1268
Figured out why :) Lua-ls cannot figure out the types of the resulting table
Found the fix
@KorigamiK can you test again?
@KorigamiK can you test again?
You got it. it is fixed :smile:
:)
Passing a function to
NvPluginSpec.keys
for example:Raises the diagnostic error:
Not really sure what's wrong here