kickstart.nvim
kickstart.nvim copied to clipboard
Guess Indent doesn't load
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 = {},
},
-- }}}
#1532
I just did the same and was wondering if this was left as an exercise to force the user to read the config.
Just spend some hours chasing this down as well.