diff --git a/lua/pika/plugins/true-zen.lua b/lua/pika/plugins/true-zen.lua deleted file mode 100644 index 6779056..0000000 --- a/lua/pika/plugins/true-zen.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - "Pocco81/TrueZen.nvim", - cmd = { "TZAtaraxis", "TZMinimalist" }, - config = function() - require("configs.truezen") -- just an example path - end, -}