1 ---@type LazyPluginSpec
5 ---@type BufferlineConfig
8 always_show_bufferline = true,
17 command_palette = false, -- don't position the cmdline and popupmenu together
18 lsp_doc_border = true, -- add a border to hover docs and signature help
24 { -- send file written messages to mini
30 opts = { skip = true },
34 config = function(_, opts)
35 -- ensure [w] is written to msg_show so we can match it
36 vim.opt.shortmess:append("w")
37 vim.opt.shortmess:remove("W")
39 require("noice").setup(opts)