commit | 955c9f4e46f3c3d2e8979b0818a0e0d036ab7467 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:03:48 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:03:48 2022 +0000 |
tree | 2b493c17a315a256276522f6fb29f0073fe00dda | |
parent | 20dbde6e41a274edcdae1db46d1e92cd86d7e614 [diff] [blame] |
Update neovim+pandoc compatability
diff --git a/modules/neovim/support/default.nix b/modules/neovim/support/default.nix index 61cea23..80a2c7e 100644 --- a/modules/neovim/support/default.nix +++ b/modules/neovim/support/default.nix
@@ -1,6 +1,6 @@ {pkgs, ...}: { programs.neovim = { - extraPackages = [pkgs.pandoc]; + extraPackages = with pkgs; [pandoc unzip]; extraConfig = builtins.readFile ./filetypes.vim; }; }