Simplifying .NET development in Neovim
Are you a .NET developer looking to harness the power of Neovim for your daily coding tasks? Look no further! easy-dotnet.nvim is here to streamline your workflow and make .NET development in Neovim a breeze.
[!IMPORTANT]
This plugin now uses easy-dotnet-server to enable more advanced functionality. As a result, the server may require more frequent updates.
Run :Dotnet _server update or dotnet tool install -g EasyDotnet to update it.
The plugin will attempt to detect when the server is outdated and notify you. If you encounter any issues, please don't hesitate to file an issue.
📰 Stay updated: Major updates and new features are announced in news.md.
Give it a read periodically to stay in sync with the latest capabilities!
Motivation
As a developer transitioning from Rider to Neovim, I found myself missing the simplicity of running projects with just a single button click. Tired of typing out lengthy terminal commands for common tasks like running, testing, and managing user secrets, I decided to create easy-dotnet.nvim. This plugin aims to bridge the gap between the convenience of IDEs like Rider and the flexibility of Neovim.
Table of Contents
- Easy-dotnet.nvim
- Simplifying .NET development in Neovim
- Motivation
- Features
- Requirements
- Setup