Add priority to tiny-inline-diagnostics
This commit is contained in:
parent
a05c7ef81c
commit
6b03a3eac1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
"rachartier/tiny-inline-diagnostic.nvim",
|
"rachartier/tiny-inline-diagnostic.nvim",
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require("tiny-inline-diagnostic").setup()
|
require("tiny-inline-diagnostic").setup()
|
||||||
|
|
||||||
|
|
@ -14,6 +15,5 @@ return {
|
||||||
highlight DiagnosticUnderlineHint gui=undercurl guisp=#00ffff " Cyan for hint
|
highlight DiagnosticUnderlineHint gui=undercurl guisp=#00ffff " Cyan for hint
|
||||||
highlight DiagnosticUnderlineInfo gui=undercurl guisp=#0000ff " Blue for info
|
highlight DiagnosticUnderlineInfo gui=undercurl guisp=#0000ff " Blue for info
|
||||||
]]
|
]]
|
||||||
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue