diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-24 16:31:38 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-24 16:31:38 -0400 |
commit | b54035b68dba27043e4a7cda1757e20510c717e9 (patch) | |
tree | a0936c41f59c70cc61de3221f20edc659746977e /home/neovim/default.nix | |
parent | remove pfetch from zsh (diff) | |
download | dotfiles-nix-b54035b68dba27043e4a7cda1757e20510c717e9.tar.gz dotfiles-nix-b54035b68dba27043e4a7cda1757e20510c717e9.tar.bz2 dotfiles-nix-b54035b68dba27043e4a7cda1757e20510c717e9.zip |
make neovim lsps toggle with development options
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r-- | home/neovim/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |