[nvim] removed unused border variable

This commit is contained in:
2025-03-09 21:18:22 +03:00
parent 3dd4270e9b
commit 860e52b19d

View File

@@ -49,18 +49,6 @@ local on_attach = function(client, bufnr)
end, bufopts) end, bufopts)
end end
-- Specify the border characters
local border = {
{ '', 'FloatBorder' },
{ '', 'FloatBorder' },
{ '', 'FloatBorder' },
{ '', 'FloatBorder' },
{ '', 'FloatBorder' },
{ '', 'FloatBorder' },
{ '', 'FloatBorder' },
{ '', 'FloatBorder' },
}
-- Add the border on hover and on signature help popup window -- Add the border on hover and on signature help popup window
local handlers = { local handlers = {
['textDocument/hover'] = vim.lsp.with(vim.lsp.handlers.hover, { border = "rounded" }), ['textDocument/hover'] = vim.lsp.with(vim.lsp.handlers.hover, { border = "rounded" }),