From 5a0e2b81fc905cbfac400c5968088ec461426b11 Mon Sep 17 00:00:00 2001 From: MaasOedipa Date: Sun, 28 Dec 2025 07:32:50 +0100 Subject: [PATCH] notify and hardtime --- lua/custom/plugins/hardtime.lua | 6 ++++++ lua/custom/plugins/notify.lua | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 lua/custom/plugins/hardtime.lua create mode 100644 lua/custom/plugins/notify.lua diff --git a/lua/custom/plugins/hardtime.lua b/lua/custom/plugins/hardtime.lua new file mode 100644 index 00000000..1119b6dc --- /dev/null +++ b/lua/custom/plugins/hardtime.lua @@ -0,0 +1,6 @@ +return { + 'm4xshen/hardtime.nvim', + lazy = false, + dependencies = { 'MunifTanjim/nui.nvim' }, + opts = {}, +} diff --git a/lua/custom/plugins/notify.lua b/lua/custom/plugins/notify.lua new file mode 100644 index 00000000..60c3721d --- /dev/null +++ b/lua/custom/plugins/notify.lua @@ -0,0 +1,6 @@ +return { + 'rcarriga/nvim-notify', + lazy = false, + dependencies = { 'MunifTanjim/nui.nvim' }, + opts = {}, +}