mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +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 = {
|
||||
test.runNvim = false;
|
||||
plugins.easy-dotnet.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
test.runNvim = false;
|
||||
plugins = {
|
||||
telescope.enable = true;
|
||||
web-devicons.enable = true;
|
||||
|
@ -146,6 +148,7 @@
|
|||
};
|
||||
|
||||
example = {
|
||||
test.runNvim = false;
|
||||
plugins = {
|
||||
fzf-lua.enable = true;
|
||||
easy-dotnet = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue