6 always_show_bufferline = true,
14 command_palette = false, -- don't position the cmdline and popupmenu together
15 lsp_doc_border = true, -- add a border to hover docs and signature help
21 { -- send file written messages to mini
27 opts = { skip = true },
31 config = function(_, opts)
32 -- ensure [w] is written to msg_show so we can match it
33 vim.opt.shortmess:append("w")
34 vim.opt.shortmess:remove("W")
36 require("noice").setup(opts)