[nvim] removed unused border variable
This commit is contained in:
@@ -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" }),
|
||||||
|
|||||||
Reference in New Issue
Block a user