summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/user/plugins/fidget.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/user/plugins/fidget.lua')
-rw-r--r--.config/nvim/lua/user/plugins/fidget.lua17
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/nvim/lua/user/plugins/fidget.lua b/.config/nvim/lua/user/plugins/fidget.lua
new file mode 100644
index 0000000..facf28b
--- /dev/null
+++ b/.config/nvim/lua/user/plugins/fidget.lua
@@ -0,0 +1,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,
+ },
+ },
+ },
+}