Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

fix: filter ignore our symbol key #142

Closed Ramilito closed 1 month ago

Ramilito commented 1 month ago

The filter was not acting correct when searching for "kube" something since we have a value for the highlighting associated with a value that contains "kube". Ignoring that key in our filter now and also did some refactoring for performance and removed redundant loop