Cristian

Results 3 comments of Cristian

No, just tested with a new folder and a simple hello world My whole config is at https://github.com/cristids/nixos-config . The nvf file is in modules/home/hom-manager-modules/nvf.nix : `{ config, pkgs, nvf,...

Tried, same error. languages = { enableLSP = true; enableFormat = true; enableTreesitter = true; enableExtraDiagnostics = true; enableDAP = true; nix.enable = true; clang.enable = true; zig.enable = true;...

I confirm that it works with this branch: nvf.url = "github:howird/nvf"; but upon starting debug the output window has not opened automatically. Probably this is by design. I also can...