From f469af2e5d28175466fcaae83256f5ae52e95c29 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 21 Mar 2025 13:34:06 +0300 Subject: [PATCH] lets just be able to see the lua code --- default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/default.nix b/default.nix index ab57f39..7093209 100644 --- a/default.nix +++ b/default.nix @@ -30,13 +30,13 @@ ripgrep ]; - performance = { - byteCompileLua = { - enable = true; - nvimRuntime = true; - configs = true; - plugins = true; - }; - }; + # performance = { + # byteCompileLua = { + # enable = true; + # nvimRuntime = true; + # configs = true; + # plugins = true; + # }; + # }; }; }