disable virtual text for lsp
This commit is contained in:
parent
f8e04b1f0b
commit
82026c2c1b
1 changed files with 8 additions and 0 deletions
|
|
@ -52,3 +52,11 @@ require("mason-lspconfig").setup_handlers {
|
|||
}
|
||||
end
|
||||
}
|
||||
|
||||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
-- signs = true,
|
||||
-- underline = true,
|
||||
-- update_in_insert = false,
|
||||
-- severity_sort = false,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue