update to nixvim scala metals and copilot configs

This commit is contained in:
Salar Rahmanian 2025-10-11 12:49:37 -07:00
parent c543995d4d
commit 0860e967f3
6 changed files with 81 additions and 5 deletions

View file

@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)"
],
"deny": [],
"ask": []
}
}