nvim: removed lsp type virtual text

This commit is contained in:
Primrose 2024-06-08 01:36:51 +02:00
parent 47663f83c0
commit ea6f4f704a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 0 additions and 10 deletions

View file

@ -115,14 +115,6 @@ function vim.lsp.util.open_floating_preview(contents, syntax, opts, ...)
return orig_util_open_floating_preview(contents, syntax, opts, ...)
end
-- Type signature
require("lsp_signature").setup {
floating_window = false,
hint_enable = true,
hint_prefix = "󰽏 ",
hint_scheme = "Comment",
}
-- Diagnostic display configuration
vim.diagnostic.config { virtual_text = false, severity_sort = true }