From d6fbd68749804fa9ca21d4a003c7c86df103aa81 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Jun 2025 16:46:28 -0400 Subject: use nixpkgs toLua fun --- home/neovim/config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home/neovim/config.nix') diff --git a/home/neovim/config.nix b/home/neovim/config.nix index 8e04b84..a0c66dd 100644 --- a/home/neovim/config.nix +++ b/home/neovim/config.nix @@ -1,11 +1,10 @@ { lib, config, - self, }: let inherit (lib) optionalAttrs; in - self.lib.toLua { + (lib.generators.toLua {}) { # Width of tabs in the editor tabwidth = 4; # If tabs should be expanded to spaces -- cgit v1.2.3-freya