Neovim plugin written in Lua for working with .Net projects in Neovim. Makes it easier to run/test/build/debug projects. Supports both F# and C#

dotnet neovim neovim-plugin vim
1 Open Issue Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Neovim Plugins

AI Summary: The task requires extending the easy-dotnet.nvim Neovim plugin to support multi-project debugging within a solution, specifically addressing the scenario of a solution with a startup project (e.g., a host project) and multiple dependent projects. The current debugger setup struggles with launching and debugging dependent projects when the startup project is involved. The solution involves modifying the plugin's debugging configuration to handle multiple projects and potentially integrate with launch profiles for more fine-grained control over the debugging process.

Complexity: 4/5
help wanted

Neovim plugin written in Lua for working with .Net projects in Neovim. Makes it easier to run/test/build/debug projects. Supports both F# and C#

Lua
#dotnet#neovim#neovim-plugin#vim