From b54035b68dba27043e4a7cda1757e20510c717e9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Jun 2025 16:31:38 -0400 Subject: make neovim lsps toggle with development options --- home/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/neovim/default.nix') diff --git a/home/neovim/default.nix b/home/neovim/default.nix index 559bdf0..7d3f331 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -5,7 +5,7 @@ self, ... }: let - lua_cfg = import ./config.nix {inherit config self;}; + lua_cfg = import ./config.nix {inherit lib config self;}; lua = builtins.readFile ./init.lua; in { environment.variables.EDITOR = "nvim"; -- cgit v1.2.3-freya