@@ -82,7 +82,7 @@ M.config = function()
floating = {
max_height = 0.9,
max_width = 0.5, -- Floats will be treated as percentage of your screen.
- border = vim.g.border_chars, -- Border style. Can be 'single', 'double' or 'rounded'
+ border = "rounded",
mappings = {
close = { "q", "<Esc>" },
},