mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/easy-dotnet: dont run nvim
Will try to run dotnet tool install for easydotnet testrunner. We can't mutate the environment, disable running, for now.
This commit is contained in:
parent
6e8d9f84b8
commit
d025ea6be3
1 changed files with 3 additions and 0 deletions
|
@ -1,9 +1,11 @@
|
||||||
{
|
{
|
||||||
empty = {
|
empty = {
|
||||||
|
test.runNvim = false;
|
||||||
plugins.easy-dotnet.enable = true;
|
plugins.easy-dotnet.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
|
test.runNvim = false;
|
||||||
plugins = {
|
plugins = {
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
|
@ -146,6 +148,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
test.runNvim = false;
|
||||||
plugins = {
|
plugins = {
|
||||||
fzf-lua.enable = true;
|
fzf-lua.enable = true;
|
||||||
easy-dotnet = {
|
easy-dotnet = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue