From 091b460aa2403fbae3b23af12903460b08bf13a1 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 28 Dec 2024 18:47:43 -0500 Subject: [PATCH] remove unused editor plugins --- lua/plugins/editor.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index d127b5f..5f93f48 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -164,14 +164,6 @@ return { 'tamton-aquib/duck.nvim', config = require('data.types').duck, }, - { -- Volt - 'rootiest/volt', - lazy = true, - }, - { -- Minty - 'nvchad/minty', - lazy = true, - }, { -- Twilight 'folke/twilight.nvim', opts = require('data.types').twilight,