From 16d6479ba289c8ff9778eb79aaf9c41a9033f666 Mon Sep 17 00:00:00 2001 From: SL1900 Date: Tue, 12 Aug 2025 01:25:24 +0900 Subject: [PATCH] Removed plugin neoformat, as conform does it's job better --- lua/plugins/neoformat.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lua/plugins/neoformat.lua diff --git a/lua/plugins/neoformat.lua b/lua/plugins/neoformat.lua deleted file mode 100644 index 071456a..0000000 --- a/lua/plugins/neoformat.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - "sbdchd/neoformat", - config = function () - -- - end -}