Simple neovim plugin for nuget package management
Add the following to your lazy.nvim setup
{
'pgdanes/nug.nvim',
config = function()
require('nug')
end
}
List all nuget package references in current directories csproj (and all nested)