From d8dc1cbd836d1de66b2456a95960b02be3853243 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 2 Oct 2024 20:10:47 -0400 Subject: [PATCH] Added C# configuration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5bbf749..3d0f4b9 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ nix run github:fred-drake/neovim# 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` +- C# `nix run github:fred-drake/neovim#csharp` ## Things To Do