added borders to the lsp hover (K)

This commit is contained in:
2024-04-29 15:47:12 +02:00
parent 1a377d75a9
commit 873b54decf
2 changed files with 21 additions and 17 deletions

View File

@@ -124,6 +124,10 @@ return {
require("lspconfig.ui.windows").default_options = {
border = "single",
}
vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, {
border = "single",
})
end,
},
{