aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/plugins/fidget.lua
blob: ab8eae616e5ef5f188e53f6e30aec58b8b74a096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require("fidget").setup({
	progress = {
		display = {
			progress_icon = { pattern = "dots", period = 1 },
			done_icon = "✓",
		},
	},
	notification = { 
		window = {
			winblend = 0,
		},
	}
})