Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

Secrets are going to fallback view #151

Closed mosheavni closed 1 month ago

mosheavni commented 1 month ago

When getting secrets through the alias menu: \ secret I get the fallback menu for secrets When I run :Kubectl get secret I get the right secrets view. Why on aliases it goes to fallback? thanks.

Ramilito commented 1 month ago

Yeah, we aren't using the lookup table so it has to match the actual module name (lua folder), I changed that in #152 to use a lookup table for our views instead so we can now do: \ sec

Or other shortcuts!