kevinlin
Results
12
comments of
kevinlin
trafficstars
Why wouldn't it recover during the next execution? Or why doesn't it redownload? Other parsers download normally; this one frequently has issues. > > I've encountered a similar error regardless...
> programs.neovim.nvimdots Do you mean this setting? ```nix {pkgs, ...}: { programs.neovim.nvimdots = { enable = true; setBuildEnv = true; # Only needed for NixOS withBuildTools = true; # Only...