From cc8a2643c5e769e1620ff8a8175b5575c0bcd8ea Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 25 Aug 2024 23:01:58 +0200 Subject: [PATCH] Added new plugins and themes --- lua/taken/plugins/colors.lua | 10 ++++++++++ lua/taken/plugins/otherplugins.lua | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/lua/taken/plugins/colors.lua b/lua/taken/plugins/colors.lua index 0482c16..a4a09a8 100644 --- a/lua/taken/plugins/colors.lua +++ b/lua/taken/plugins/colors.lua @@ -1,5 +1,15 @@ --- @type LazyPluginSpec[] return { + { + "maxmx03/fluoromachine.nvim", + priority = 1000, + event = "User ThemeSwitcher", + }, + { + "samharju/synthweave.nvim", + priority = 1000, + event = "User ThemeSwitcher", + }, { "b0o/lavi.nvim", dependencies = { "rktjmp/lush.nvim" }, diff --git a/lua/taken/plugins/otherplugins.lua b/lua/taken/plugins/otherplugins.lua index 3da33b5..34331ab 100644 --- a/lua/taken/plugins/otherplugins.lua +++ b/lua/taken/plugins/otherplugins.lua @@ -1,5 +1,16 @@ --- @type LazyPluginSpec[] return { + { + "MagicDuck/grug-far.nvim", + config = true, + cmd = "GrugFar", + }, + { + "Bekaboo/dropbar.nvim", + dependencies = { + "nvim-telescope/telescope-fzf-native.nvim", + }, + }, { "chrisgrieser/nvim-scissors", dependencies = "nvim-telescope/telescope.nvim",