nvim: Include source in diagnostic float
This commit is contained in:
parent
acb88bdb76
commit
b5b8b4530f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
(vim.diagnostic.config {:underline true
|
||||
:virtual_text false
|
||||
:signs true
|
||||
:float {:border :rounded}
|
||||
:float {:border :rounded :source true}
|
||||
:update_in_insert false
|
||||
:severity_sort true})
|
||||
(cmd "sign define DiagnosticSignError text= texthl=DiagnosticSignError linehl= numhl=DiagnosticSignError")
|
||||
|
|
Loading…
Reference in a new issue