Added DAP and created dedicated configuration for Rust

This commit is contained in:
Fred Drake
2024-10-01 00:07:49 -04:00
parent 3ceedb1f26
commit 32d294cd9e
8 changed files with 285 additions and 23 deletions
+7 -1
View File
@@ -16,9 +16,15 @@ nix run .#
Option 2: Run directly
```bash
nix run github:fred-drake/neovim#.
nix run github:fred-drake/neovim#
```
### Configurations
The default configuration performs editing without settings for any particular language or technology. The following configurations allow for CMP, LSP, Tree-Sitter and DAP in their respective language or technology stack:
- Rust `nix run github:fred-drake/neovim#rust`
## Things To Do
- TODO: Implement DAP for debugging