Ramilito / kubectl.nvim

⎈ Streamline your Kubernetes management within Neovim—control and monitor your cluster seamlessly, all without leaving your coding environment.
Apache License 2.0
322 stars 9 forks source link

feat/keep namespace filter #204

Closed mosheavni closed 2 months ago

mosheavni commented 2 months ago

Save namespace filter to the kubectl.json file also more elegant approach to saving a state to a file. we can reuse in the future.

Edit: well.. sometimes it works, and sometimes it doesn't, when it works it flashes between namespaced -> all -> namespaced when it doesn't, it flashes namespaced -> all

which could cause epilepsy: 2024-08-23_02-04-06 (2)

mosheavni commented 2 months ago

Fixed! NS filter is working :)

mosheavni commented 2 months ago

Made 2 fixes from my phone First time committing from mobile. ahh... the technology nowadays...

Ramilito commented 2 months ago

Did a small refactor if you wanted to look at what I ment!