add the window picker

This commit is contained in:
Michael Flossmann 2024-09-11 10:45:51 +02:00
parent 2e7086dc22
commit 9b81cc6cb4
3 changed files with 70 additions and 0 deletions

View file

@ -8,6 +8,7 @@ pkgs.vimUtils.buildVimPlugin {
name = "zoxide.vim";
inherit version;
# NOTE: for my work PC, fetchFromGithub fails, due to an SSL error
src = builtins.fetchTarball {
url = "http://github.com/${owner}/${repo}/archive/${version}.tar.gz";
sha256 = "sha256:025rqfs0n2ryi7xwzpq5h2r7jhvxbrb2gjp6fqa072hapgqr0igb";