add the window picker
This commit is contained in:
parent
2e7086dc22
commit
9b81cc6cb4
3 changed files with 70 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue