15 lines
278 B
Lua
Executable File
15 lines
278 B
Lua
Executable File
return {
|
|
-- notifications && lsp progress msgs
|
|
"j-hui/fidget.nvim",
|
|
config = function()
|
|
require("fidget").setup({
|
|
notification = {
|
|
window = {
|
|
winblend = 0,
|
|
}
|
|
}
|
|
})
|
|
end
|
|
|
|
}
|