Updated config
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user