From 899ffa9dbc5cf7990b5fba51296708bce8a410f2 Mon Sep 17 00:00:00 2001 From: Taken Date: Fri, 22 Sep 2023 23:48:11 +0200 Subject: [PATCH] Forgot to add these files Signed-off-by: Taken --- lua/taken/plugins/fidget.lua | 6 ++++++ lua/taken/plugins/noice.lua | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 lua/taken/plugins/fidget.lua create mode 100644 lua/taken/plugins/noice.lua diff --git a/lua/taken/plugins/fidget.lua b/lua/taken/plugins/fidget.lua new file mode 100644 index 0000000..d5110ff --- /dev/null +++ b/lua/taken/plugins/fidget.lua @@ -0,0 +1,6 @@ +return { + "j-hui/fidget.nvim", + tag = "legacy", + event = "LspAttach", + config = true, +} diff --git a/lua/taken/plugins/noice.lua b/lua/taken/plugins/noice.lua new file mode 100644 index 0000000..273e967 --- /dev/null +++ b/lua/taken/plugins/noice.lua @@ -0,0 +1,9 @@ +return { + "folke/noice.nvim", + event = "VeryLazy", + config = true, + dependencies = { + "MunifTanjim/nui.nvim", + "rcarriga/nvim-notify", + }, +}