From 52a80ad81543c8e3d3a7b538e48348ebcbb381b8 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 13 Oct 2024 21:40:34 +0200 Subject: [PATCH] Neovim: Byte-compile init.lua --- home/modules/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index 1fa6323f..6568b2ce 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -98,7 +98,7 @@ in { performance.byteCompileLua = { enable = true; configs = true; - initLua = false; # When debugging init.lua turn this off + initLua = true; # When debugging init.lua turn this off nvimRuntime = true; plugins = true; };