We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the init.lua in the repo, guess-indent.nvim doesn't load.
init.lua
I had to supply opts = {}, so it would load the setup(), and it would work:
opts = {}
setup()
-- {{{ [[ Guess Indent ]] { "NMAC427/guess-indent.nvim", opts = {}, }, -- }}}
The text was updated successfully, but these errors were encountered:
#1532
Sorry, something went wrong.
I just did the same and was wondering if this was left as an exercise to force the user to read the config.
No branches or pull requests
Using the
init.lua
in the repo, guess-indent.nvim doesn't load.I had to supply
opts = {}
, so it would load thesetup()
, and it would work:The text was updated successfully, but these errors were encountered: