diff options
-rw-r--r-- | user/settings/neovim.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user/settings/neovim.nix b/user/settings/neovim.nix index 49c1997e..215f3f7a 100644 --- a/user/settings/neovim.nix +++ b/user/settings/neovim.nix @@ -1,6 +1,4 @@ -{ config -, lib -, pkgs +{ pkgs , ... }: { programs.neovim = { |