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

@ -30,5 +30,12 @@
pattern = ["swift" "json" "lua" "nix"];
command = "setlocal shiftwidth=2 tabstop=2 softtabstop=2 expandtab";
}
# Metals (Scala) - Refresh codelens
{
event = ["BufEnter" "CursorHold" "InsertLeave"];
pattern = ["*.scala" "*.sbt" "*.java"];
command = "lua vim.lsp.codelens.refresh()";
}
];
}