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:05:30 +0200
committer"Alexander Sieg" <"alex@xanderio.de">2023-04-09 17:05:30 +0200
commit2b5ab7804d322438b6b3a674497389f69ca8dfd5 (patch)
treebd85492491217d5670bd3707550697bef516ee89 /pkgs/applications/editors
parent3b0c3bf7697b6a3dc646f1e66196428084b4edff (diff)
vimPlugins.neotest-scala: init at 2022-10-15
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 8617a9292b52c..c7c776bb36f8f 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -5673,6 +5673,18 @@ final: prev:
     meta.homepage = "https://github.com/rouge8/neotest-rust/";
   };
 
+  neotest-scala = buildVimPluginFrom2Nix {
+    pname = "neotest-scala";
+    version = "2022-10-15";
+    src = fetchFromGitHub {
+      owner = "stevanmilic";
+      repo = "neotest-scala";
+      rev = "685f0fac6196862b47025c6b91513af6a406501a";
+      sha256 = "0ii8brm5maffqrhji6d4g2kd45mhydj3gby22sv81g9jz6ah0y3s";
+    };
+    meta.homepage = "https://github.com/stevanmilic/neotest-scala/";
+  };
+
   neotest-testthat = buildVimPluginFrom2Nix {
     pname = "neotest-testthat";
     version = "2022-07-04";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index b297701b2f844..590453b090e14 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -476,6 +476,7 @@ https://github.com/nvim-neotest/neotest-plenary/,HEAD,
 https://github.com/nvim-neotest/neotest-python/,HEAD,
 https://github.com/olimorris/neotest-rspec/,HEAD,
 https://github.com/rouge8/neotest-rust/,HEAD,
+https://github.com/stevanmilic/neotest-scala/,HEAD,
 https://github.com/shunsambongi/neotest-testthat/,HEAD,
 https://github.com/marilari88/neotest-vitest/,HEAD,
 https://github.com/rose-pine/neovim/,main,rose-pine