Added Golang support

This commit is contained in:
Fred Drake
2024-10-02 21:30:59 -04:00
parent d8dc1cbd83
commit 50675505f7
5 changed files with 44 additions and 2 deletions
+1 -2
View File
@@ -25,9 +25,8 @@ The default configuration performs editing without settings for any particular l
- Rust `nix run github:fred-drake/neovim#rust`
- C# `nix run github:fred-drake/neovim#csharp`
- Go `nix run github:fred-drake/neovim#golang`
## Things To Do
- TODO: Implement DAP for debugging
- TODO: Change fzf to only allow git-level root if applicable
- TODO: Break up LSP, CMP and Tree-Sitter for lanuages like rust, go, etc.