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",