fix ruff config and linting

This commit is contained in:
kyasuda
2025-09-19 11:42:29 -07:00
parent 4589fc08b5
commit 356aac91db
5 changed files with 13 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
return {
"sontungexpt/better-diagnostic-virtual-text",
event = "LspAttach",
-- event = "LspAttach",
enabled = true,
config = function()
local diagnostic = require("better-diagnostic-virtual-text")
@@ -130,7 +130,7 @@ return {
down_arrow = "",
above = false, -- the virtual text will be displayed above the line
},
priority = 2003, -- the priority of virtual text
priority = 10000, -- the priority of virtual text
inline = true,
})
end,