Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

feat: cache api-resources #140

Closed Ramilito closed 1 month ago

Ramilito commented 1 month ago

We cache the kubectl api-resources on plugin load, it's done in async so should not affect startup time.

Solves #139