dotfiles/nvim/dot-config/nvim/lua/plugins/fidget.lua

16 lines
254 B
Lua

-- https://github.com/j-hui/fidget.nvim
--- @module "lazy"
--- @type LazySpec
return {
"j-hui/fidget.nvim",
opts = {
notification = {
window = {
border = require("symbols.window").border,
y_padding = 1,
x_padding = 2,
},
},
},
}