Loading
vimPlugins.codediff-nvim: fix library build on Darwin
Upstream falls back to `brew --prefix libomp` on macOS when `find_package(OpenMP)` fails, which does not work in the Nix sandbox. Patch the CMake fallback to use `llvmPackages.openmp` instead. No extra `libomp.dylib` symlink is needed on Darwin, since the built library already references `libomp.dylib` from the Nix store.