Skip to content

Config is ignored #92

@serhez

Description

@serhez

Hello, I have a setup such as:

require("rose-pine").setup({
    --- @usage 'main' | 'moon'
    dark_variant = "moon",
    bold_vert_split = false,
    dim_nc_background = false,
    disable_background = false,
    disable_float_background = false,
    disable_italics = false,
})

However, the main dark variant is the one being applied, regardless of the fact I'm specifying the moon variant on the config.

Furthermore, I tried disabling italics with disable_italics = false but this also does not work, which makes me think none of the config is being loaded.

If it helps, you can find my whole config here; you may want to look at lua/plugins/init.lua for packer config and the list of plugins, and lua/plugins/configs/colorschemes/rose-pine/init.lua for this plugin's config.

Any ideas?

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

    Issue actions