From 24d256c3dc261725b00c31c3913fe5fcc34e54f0 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 21 Mar 2025 23:00:15 +0300 Subject: [PATCH] i will see if nixvim command works with this enabled --- default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/default.nix b/default.nix index 7093209..ab57f39 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; + }; + }; }; }