Closed shutils closed 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, }, })
Thank you. I've fixed it in nvim-kit side :)
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