14 lines
308 B
Lua
14 lines
308 B
Lua
return {
|
|
"rachartier/tiny-inline-diagnostic.nvim",
|
|
event = "VeryLazy",
|
|
priority = 1000,
|
|
opts = {
|
|
options = {
|
|
show_source = {
|
|
enabled = true,
|
|
-- if_many = true,
|
|
},
|
|
use_icons_from_diagnostic = true,
|
|
}
|
|
},
|
|
}
|