Updated config

This commit is contained in:
2025-02-26 18:59:27 +01:00
parent 2e382e73ff
commit fc0a72d4a7
4 changed files with 20 additions and 4 deletions

View File

@@ -1,16 +1,17 @@
--- @type LazyPluginSpec
return {
"j-hui/fidget.nvim",
tag = "legacy",
event = "LspAttach",
config = function()
vim.api.nvim_set_hl(0, "FidgetTitle", { link = "DiagnosticText" })
vim.api.nvim_set_hl(0, "FidgetTask", { link = "DiagnosticInfo" })
require("fidget").setup({
window = {
blend = 0,
relative = "editor",
notification = {
window = {
winblend = 0,
relative = "editor",
},
},
})
end,