Added new plugins and themes
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user