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 = {}, }, -- }}} ```
Activity
rivenirvana commentedon Jun 7, 2025
#1532
mdashx commentedon Jun 7, 2025
I just did the same and was wondering if this was left as an exercise to force the user to read the config.