Setting Up Razor Support in Neovim for Enhanced C# Development
2 min read
When working with C# in web development scenarios, especially when dealing with ASP.NET Core projects, having support for Razor can significantly improve your productivity. Fortunately, Neovim’s flexibility allows you to set up a development environment tailored to your needs. Here’s how you can integrate Razor support into your Neovim setup.
- dotnet
- csharp
- neovim
- blazor