diff --git a/nix/repo/home-profiles/neovim.nix b/nix/repo/home-profiles/neovim.nix index c089087..7006587 100644 --- a/nix/repo/home-profiles/neovim.nix +++ b/nix/repo/home-profiles/neovim.nix @@ -38,6 +38,10 @@ pkgs.go # doesn't work, Mason installs from runtime path + # Helps Mason on requirements of manual interpreter installations + pkgs.nodejs + pkgs.python3 + # Language-specific stuffs pkgs.python3Packages.pylint pkgs.python3Packages.flake8