kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Guess Indent doesn't load

Open nnathan opened this issue 9 months ago • 3 comments

Using the init.lua in the repo, guess-indent.nvim doesn't load.

I had to supply opts = {}, so it would load the setup(), and it would work:

	-- {{{ [[ Guess Indent ]]
	{
		"NMAC427/guess-indent.nvim",
		opts = {},
	},
	-- }}}

nnathan avatar Jun 07 '25 00:06 nnathan

#1532

rivenirvana avatar Jun 07 '25 11:06 rivenirvana

I just did the same and was wondering if this was left as an exercise to force the user to read the config.

mdashx avatar Jun 07 '25 21:06 mdashx

Just spend some hours chasing this down as well.

notquitenull avatar Nov 14 '25 23:11 notquitenull