local opts = { lsp = { override = { ["vim.lsp.util.convert_input_to_markdown_lines"] = true, ["vim.lsp.util.stylize_markdown"] = true, ["cmp.entry.get_documentation"] = true, }, }, presets = { long_message_to_split = true, inc_rename = false, lsp_doc_border = false, }, views = { mini = { win_options = { winblend = 0, }, }, }, } require("notify").setup({ background_colour = "#000", }) return opts