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 = {}, }, -- }}} ```
Using the
init.luain the repo, guess-indent.nvim doesn't load.I had to supply
opts = {}, so it would load thesetup(), and it would work: