plugins/dotnet: init

This commit is contained in:
Austin Horstman 2024-12-09 23:14:57 -06:00
parent cf7e026c8c
commit 99cb3fb8fc
No known key found for this signature in database
2 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
empty = {
plugins.dotnet.enable = true;
};
default = {
plugins.dotnet = {
enable = true;
settings = {
bootstrap = {
auto_bootstrap = true;
};
project_selection = {
path_display = "filename_first";
};
};
};
};
}