mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: removed lsp type virtual text
This commit is contained in:
parent
47663f83c0
commit
ea6f4f704a
3 changed files with 0 additions and 10 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue