Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

feat: allow spaces and dash in column header #160

Closed Ramilito closed 4 weeks ago

Ramilito commented 1 month ago

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

Some headers are two words or have a dash in them.

Describe the solution you'd like

When matching column header and row, ignore space and dash in header

Ramilito commented 4 weeks ago

Solved by #163