Skip to content

docs(installation): i'm so sorry; fixes a mis-indented bracket#1173

Open
cassiechew wants to merge 1 commit intofolke:mainfrom
cassiechew:main
Open

docs(installation): i'm so sorry; fixes a mis-indented bracket#1173
cassiechew wants to merge 1 commit intofolke:mainfrom
cassiechew:main

Conversation

@cassiechew
Copy link

Description

There is a mis-indented bracket in the installation block.

-- lazy.nvim
{
  "folke/noice.nvim",
  event = "VeryLazy",
  opts = {
    -- add any options here
  },
  dependencies = {
    -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
    "MunifTanjim/nui.nvim",
    -- OPTIONAL:
    --   `nvim-notify` is only needed, if you want to use the notification view.
    --   If not available, we use `mini` as the fallback
    "rcarriga/nvim-notify",
    } <--- here
}

I've de-indented it by one.

-- lazy.nvim
{
  "folke/noice.nvim",
  event = "VeryLazy",
  opts = {
    -- add any options here
  },
  dependencies = {
    -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
    "MunifTanjim/nui.nvim",
    -- OPTIONAL:
    --   `nvim-notify` is only needed, if you want to use the notification view.
    --   If not available, we use `mini` as the fallback
    "rcarriga/nvim-notify",
  } <--- here
}

@github-actions github-actions bot added the size/xs Extra small PR (<3 lines changed) label Nov 23, 2025
@cassiechew cassiechew changed the title docs: I'm so sorry. Fixes a mis-indented bracket docs(installation): i'm so sorry; fixes a mis-indented bracket Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs Extra small PR (<3 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant