mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/dotnet: init
This commit is contained in:
parent
cf7e026c8c
commit
99cb3fb8fc
2 changed files with 51 additions and 0 deletions
20
tests/test-sources/plugins/by-name/dotnet/default.nix
Normal file
20
tests/test-sources/plugins/by-name/dotnet/default.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue