Skip to content

Commit

Permalink
lsp(fidget): update deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 24, 2024
1 parent 1ce648a commit aa26c1c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lua/nxvim/lsp/plugins/fidget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ local fidget = require("fidget")
-- { == Configuration ==> =====================================================

local config = {
text = {
done = "",
},
window = {
blend = 0, -- interferes with transparency in TUI
progress = {
display = {
done_icon = "",
},
},
sources = {
ltex = {
ignore = true,
notification = {
window = {
normal_hl = "Float",
winblend = 0,
},
},
}

if vim.g.loaded_gui then config.window.blend = 100 end
if vim.g.loaded_gui then config.notification.window.winblend = 100 end

fidget.setup(config)
-- <== }

0 comments on commit aa26c1c

Please sign in to comment.