diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2022-11-26 00:12:31 +0100 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2022-11-26 00:12:31 +0100 |
| commit | f21c9d7ff9750d45b55c1639f8631ff38f80cb5d (patch) | |
| tree | de3bd690acc86f51f6a343aef28ca89875482830 /flake.nix | |
| parent | 84e66a22a3dcbf51afcefdcd065d1f1c6a0fd95f (diff) | |
bump
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"; |
