about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
author"Alexander Sieg" <"alex@xanderio.de">2023-04-09 17:04:21 +0200
committer"Alexander Sieg" <"alex@xanderio.de">2023-04-09 17:04:21 +0200
commit3b0c3bf7697b6a3dc646f1e66196428084b4edff (patch)
tree745bb092171af861218c7873da98f44bc378759b /pkgs/applications/editors
parent629248c34e67ad702b0ecb4e10189ce332d27d23 (diff)
vimPlugins.neotest-dotnet: init at 2023-02-05
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 842e6433f8740..8617a9292b52c 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -5541,6 +5541,18 @@ final: prev:
     meta.homepage = "https://github.com/sidlatau/neotest-dart/";
   };
 
+  neotest-dotnet = buildVimPluginFrom2Nix {
+    pname = "neotest-dotnet";
+    version = "2023-02-05";
+    src = fetchFromGitHub {
+      owner = "Issafalcon";
+      repo = "neotest-dotnet";
+      rev = "b7d3b848454180760a3ef8c98c6b0f01b7ad3466";
+      sha256 = "1r5advhhj64ck6brxngwq57b65h9q6fzf2yiffznz6xnyqgilimh";
+    };
+    meta.homepage = "https://github.com/Issafalcon/neotest-dotnet/";
+  };
+
   neotest-elixir = buildVimPluginFrom2Nix {
     pname = "neotest-elixir";
     version = "2023-02-03";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 70525f0edb1a5..b297701b2f844 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -465,6 +465,7 @@ https://github.com/Shougo/neosnippet.vim/,,
 https://github.com/kassio/neoterm/,,
 https://github.com/nvim-neotest/neotest/,HEAD,
 https://github.com/sidlatau/neotest-dart/,HEAD,
+https://github.com/Issafalcon/neotest-dotnet/,HEAD,
 https://github.com/jfpedroza/neotest-elixir/,HEAD,
 https://github.com/nvim-neotest/neotest-go/,HEAD,
 https://github.com/MrcJkb/neotest-haskell/,HEAD,