summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2022-11-26 00:12:31 +0100
committerMike Vink <mike1994vink@gmail.com>2022-11-26 00:12:31 +0100
commitf21c9d7ff9750d45b55c1639f8631ff38f80cb5d (patch)
treede3bd690acc86f51f6a343aef28ca89875482830 /flake.nix
parent84e66a22a3dcbf51afcefdcd065d1f1c6a0fd95f (diff)
bump
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 080c657..5c042d8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -68,6 +68,11 @@
in
prev.vimPlugins
// {
+ neotest-python = getVimPlugin {
+ name = "neotest-python";
+ git = "nvim-neotest/neotest-python";
+ rev = "e53920d145d37783c8d8428365a0a230e0a18cb5";
+ };
firvish-nvim = getVimPlugin {
name = "firvish-nvim";
git = "Furkanzmc/firvish.nvim";