return { { "folke/noice.nvim", enabled = false, opts = { presets = { lsp_doc_border = true, }, lsp = { documentation = { opts = { relative = "cursor", position = auto, -- when auto, then it will be positioned to the cmdline or cursor size = { width = 0.8, height = 0.3, }, border = { style = "rounded", padding = { 0, 0 }, }, }, }, }, }, }, }