feat: use rootiest fork of volt

-- Adds a 'VoltWindow' filetype to volt windows
This commit is contained in:
2024-10-04 16:58:23 -04:00
parent d38f3938ad
commit e2a4b53a26
+5 -2
View File
@@ -64,7 +64,7 @@ return {
},
-- { -- DeadColumn
-- "Bekaboo/deadcolumn.nvim",
-- -- event = "BufEnter",
-- event = "BufEnter",
-- },
{ -- Precognition
"tris203/precognition.nvim",
@@ -183,6 +183,9 @@ return {
})
end,
},
{ "nvchad/volt", lazy = true },
{
"rootiest/volt",
lazy = true,
},
{ "nvchad/minty", lazy = true },
}