Skip to content

Guess Indent doesn't load #1588

@nnathan

Description

@nnathan

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

rivenirvana commented on Jun 7, 2025

@rivenirvana
Contributor
mdashx

mdashx commented on Jun 7, 2025

@mdashx

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nnathan@mdashx@rivenirvana

        Issue actions

          Guess Indent doesn't load · Issue #1588 · nvim-lua/kickstart.nvim