mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
parent
6b3bea319b
commit
bedd7fc3c9
2 changed files with 55 additions and 0 deletions
27
tests/test-sources/plugins/by-name/roslyn/default.nix
Normal file
27
tests/test-sources/plugins/by-name/roslyn/default.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
empty = {
|
||||
# TODO: 2025-10-03
|
||||
# Transient dependency `vmr` has a build failure
|
||||
# https://github.com/NixOS/nixpkgs/issues/431811
|
||||
dependencies.roslyn_ls.enable = false;
|
||||
plugins.roslyn.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
# TODO: 2025-10-03
|
||||
# Transient dependency `vmr` has a build failure
|
||||
# https://github.com/NixOS/nixpkgs/issues/431811
|
||||
dependencies.roslyn_ls.enable = false;
|
||||
plugins.roslyn = {
|
||||
enable = true;
|
||||
settings = {
|
||||
filewatching = "auto";
|
||||
choose_target = null;
|
||||
ignore_target = null;
|
||||
broad_search = false;
|
||||
lock_target = false;
|
||||
silent = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue