Clean up nvim config

This commit is contained in:
Martin Pander
2026-05-21 07:46:55 +02:00
parent a50db2350a
commit 186752a734
8 changed files with 48 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
# Overlay to provide a pinned version of opencode
# This pins opencode to a specific nixpkgs commit to avoid issues
# with the latest unstable version (e.g., segfaults).
# with the latest unstable version (segfaults).
#
# Usage: Pass nixpkgs-opencode input when applying overlay:
# overlays = [ (import ./modules/overlays/opencode.nix nixpkgs-opencode) ];