summaryrefslogtreecommitdiff
path: root/lua/config/plugins/ui.lua
blob: b2033bd8d0684136eece8167f252dee1ecc7bf43 (plain) (blame)
1
2
3
4
5
6
7
8
9
return {
  {
    "noice.nvim",
    event = "DeferredUIEnter",
    after = function(_)
      require("noice").setup()
    end,
  },
}