diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index cabe591..78988ae 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -4,6 +4,7 @@ function M.show_line_diagnostics() local opts = { focusable = false, close_events = { "BufLeave", "CursorMoved", "InsertEnter", "FocusLost" }, + border = 'single' } vim.lsp.diagnostic.show_line_diagnostics(opts) end