add flake

This commit is contained in:
2025-11-14 13:43:34 +09:00
parent 3aec645b22
commit 34439c0c91
6 changed files with 127 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
if command -v direnv >/dev/null 2>&1; then
direnv exec . clangd "$@"
direnv exec . clangd "$@"
else
clangd "$@"
fi