6 command_palette = false, -- don't position the cmdline and popupmenu together
7 lsp_doc_border = true, -- add a border to hover docs and signature help
13 { -- send file written messages to mini
19 opts = { skip = true },
23 config = function(_, opts)
24 -- ensure [w] is written to msg_show so we can match it
25 vim.opt.shortmess:append("w")
26 vim.opt.shortmess:remove("W")
28 require("noice").setup(opts)