From e2a4b53a2622ed02f7c7a2baff2c44e4de066f80 Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 4 Oct 2024 16:58:23 -0400 Subject: [PATCH] feat: use rootiest fork of volt -- Adds a 'VoltWindow' filetype to volt windows --- lua/plugins/editor.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 946eef7..08b62e4 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -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 }, }