Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

feat: aliases performance #139

Closed Ramilito closed 1 month ago

Ramilito commented 1 month ago

Is your feature request related to a problem? Please describe.

Aliases view takes too long in some instances, we should cache those results. Investigate preloading the buffer as well

Describe the solution you'd like

Simple cache, maybe once per session or once per day

Ramilito commented 1 month ago

@mosheavni Could you confirm if this solved the issue please 🙏?

mosheavni commented 1 month ago

Extremely faster now! thank you.