Added new plugins and themes

This commit is contained in:
2024-08-25 23:01:58 +02:00
parent 0dd26bebee
commit cc8a2643c5
2 changed files with 21 additions and 0 deletions

View File

@@ -1,5 +1,15 @@
--- @type LazyPluginSpec[] --- @type LazyPluginSpec[]
return { return {
{
"maxmx03/fluoromachine.nvim",
priority = 1000,
event = "User ThemeSwitcher",
},
{
"samharju/synthweave.nvim",
priority = 1000,
event = "User ThemeSwitcher",
},
{ {
"b0o/lavi.nvim", "b0o/lavi.nvim",
dependencies = { "rktjmp/lush.nvim" }, dependencies = { "rktjmp/lush.nvim" },

View File

@@ -1,5 +1,16 @@
--- @type LazyPluginSpec[] --- @type LazyPluginSpec[]
return { return {
{
"MagicDuck/grug-far.nvim",
config = true,
cmd = "GrugFar",
},
{
"Bekaboo/dropbar.nvim",
dependencies = {
"nvim-telescope/telescope-fzf-native.nvim",
},
},
{ {
"chrisgrieser/nvim-scissors", "chrisgrieser/nvim-scissors",
dependencies = "nvim-telescope/telescope.nvim", dependencies = "nvim-telescope/telescope.nvim",