Improve LSP diagnostic messages
This commit is contained in:
parent
5aa7a81b86
commit
358526bdb5
3 changed files with 28 additions and 6 deletions
14
lua/plugins/tiny-inline-diagnostic.nvim.lua
Normal file
14
lua/plugins/tiny-inline-diagnostic.nvim.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
"rachartier/tiny-inline-diagnostic.nvim",
|
||||
event = "VeryLazy",
|
||||
priority = 1000,
|
||||
opts = {
|
||||
options = {
|
||||
show_source = {
|
||||
enabled = true,
|
||||
-- if_many = true,
|
||||
},
|
||||
use_icons_from_diagnostic = true,
|
||||
}
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue