summaryrefslogtreecommitdiff
path: root/archive/.config/nvim/lua/plugins/fidget.lua
blob: facf28b2cfd234aad763cd6a788bf31106668b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
return {
    'j-hui/fidget.nvim',
    tag = 'v1.4.1',
    lazy = true,
    opts = {
        progress = {
            display = {
                progress_icon = { pattern = 'line', period = 0.7 },
            },
        },
        notification = {
            window = {
                winblend = 0,
            },
        },
    },
}