hrsh7th / nvim-insx

Flexible key mapping manager.
178 stars 8 forks source link

fix: kit.get to return false #34

Closed shutils closed 10 months ago

shutils commented 10 months ago

Hi @hrsh7th

Thank you for the useful plugin.

My use case didn't require spacing, so I tried to disable it, but I couldn't change it even if I set it from config. From what I've researched, it seems like the kit.get function isn't able to return false in certain cases.

I have fixed it, could you please check it?

The code below is my config

require("insx.preset.standard").setup({
  spacing = {
    enabled = false,
  },
})
hrsh7th commented 10 months ago

Thank you. I've fixed it in nvim-kit side :)