Releases: MoaidHathot/dotnet.nvim
Releases · MoaidHathot/dotnet.nvim
Release 0.1.0
Features
- Cross Platform (Windows, Linux, MacOS)
- Add/Remove Nuget Windows
- Add/Remove Project Reference Windows
- Add new projects/sln/globaljson/any installed dotnet template
- Bootstrap a new cs file with a class
What's Changed
- Adding options:
{ bootstrap = { auto_bootstrap = true, -- Automatically call "bootstrap" when creating a new file, adding a namespace and a class to the files }, project_selection = { path_display = 'filename_first' -- Determines how file paths are displayed. All of Telescope's path_display options are supported } }
- Fix namespace detection by @MoaidHathot in #2
- include fsharp project files when adding a package by @WillEhrendreich in #3
- Version 0.1.0 by @MoaidHathot in #6
New Contributors
- @WillEhrendreich made their first contribution in #3
Full Changelog: https://github.com/MoaidHathot/dotnet.nvim/commits/0.1.0