From 8ad9f7a9428db825a6278df317fa97a932c4c61c Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 28 Nov 2024 22:33:40 -0500 Subject: pin figet to a release --- lua/conf/plugins/fidget.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lua') diff --git a/lua/conf/plugins/fidget.lua b/lua/conf/plugins/fidget.lua index e36488e..044f4ec 100644 --- a/lua/conf/plugins/fidget.lua +++ b/lua/conf/plugins/fidget.lua @@ -1,5 +1,6 @@ return { 'j-hui/fidget.nvim', disable = vim.version().minor < 9, + branch = "v1.4.5", function() local notification_defaults = require("fidget.notification").default_config notification_defaults["icon"] = "" @@ -11,22 +12,22 @@ return { 'j-hui/fidget.nvim', pattern = "line", period = 1 }, - done_icon = ":)", + done_icon = ":)" } }, notification = { override_vim_notify = true, configs = { - default = notification_defaults, + default = notification_defaults }, view = { icon_separator = " ", group_separator = "---", - group_separator_hl = "Comment", + group_separator_hl = "Comment" }, window = { zindex = 44, - relative = "win" + relative = "editor" } } } -- cgit v1.2.1