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

@ -230,6 +230,15 @@ Adjust these in `options.nix` and `completion.nix` respectively.
| `<leader>j` | Normal | Next diagnostic |
| `<leader>k` | Normal | Previous diagnostic |
### Metals (Scala Development)
| Key | Mode | Action |
|-----|------|--------|
| `<leader>ws` | Normal | Hover Metals Worksheet |
| `<leader>sm` | Normal | Telescope Metals Commands |
| `<leader>tt` | Normal | Toggle tree view |
| `<leader>tr` | Normal | Reveal in tree |
### Terminal (Floaterm)
| Key | Mode | Action |