Skip to content

Simple neovim plugin for nuget package management

License

Notifications You must be signed in to change notification settings

pgdanes/nug.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple neovim plugin for nuget package management

Setup

Add the following to your lazy.nvim setup

{
    'pgdanes/nug.nvim',
    config = function()
        require('nug')
    end
}

User commands

:NugPackages

List all nuget package references in current directories csproj (and all nested)

Nuget Packages

About

Simple neovim plugin for nuget package management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages