mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-05-24 23:35:20 +00:00
Using rouded borders for the lsp hover
This commit is contained in:
@@ -14,6 +14,13 @@ M.setup = function()
|
||||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
update_in_insert = true,
|
||||
float = {
|
||||
border = "rounded",
|
||||
source = "always",
|
||||
},
|
||||
})
|
||||
vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, {
|
||||
border = "rounded",
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user