aboutsummaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/plugins/fidget.lua
blob: f6564d55278d91df86f5942d51a3d1e72e8792d6 (plain)
1
2
3
4
5
6
7
8
9
require("fidget").setup({
  text = {
    spinner = "dots",         -- animation shown when tasks are ongoing
    done = "✓",               -- character shown when all tasks are complete
  },
  window = {
    blend = 0,              -- &winblend for the window
  },
})