feat: use rootiest fork of volt
-- Adds a 'VoltWindow' filetype to volt windows
This commit is contained in:
@@ -64,7 +64,7 @@ return {
|
|||||||
},
|
},
|
||||||
-- { -- DeadColumn
|
-- { -- DeadColumn
|
||||||
-- "Bekaboo/deadcolumn.nvim",
|
-- "Bekaboo/deadcolumn.nvim",
|
||||||
-- -- event = "BufEnter",
|
-- event = "BufEnter",
|
||||||
-- },
|
-- },
|
||||||
{ -- Precognition
|
{ -- Precognition
|
||||||
"tris203/precognition.nvim",
|
"tris203/precognition.nvim",
|
||||||
@@ -183,6 +183,9 @@ return {
|
|||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ "nvchad/volt", lazy = true },
|
{
|
||||||
|
"rootiest/volt",
|
||||||
|
lazy = true,
|
||||||
|
},
|
||||||
{ "nvchad/minty", lazy = true },
|
{ "nvchad/minty", lazy = true },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user