diff options
author | tv <tv@krebsco.de> | 2018-11-16 17:18:07 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-16 17:18:07 +0100 |
commit | b719e5ebce5d69f7fe66510b34b51f8ea7aee5e1 (patch) | |
tree | 53d95567ce511cda78f54a23054abe9c82b0997a | |
parent | 2b6a4e00d9d42dac7680a91ec796f3aaba1335ce (diff) |
tv vim: neaten fzf plugin
-rw-r--r-- | tv/2configs/vim.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index a63d802..e51f077 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -16,9 +16,9 @@ let { extra-runtimepath = concatMapStringsSep "," (pkg: "${pkg.rtp}") [ # cannot use pkgs.vimPlugins.fzf-vim as it's missing :Rg (pkgs.vimUtils.buildVimPlugin { - name = "junegunn"; + name = "fzf-2018-11-14"; src = pkgs.fetchgit { - url = git://github.com/junegunn/fzf.vim; + url = https://github.com/junegunn/fzf.vim; rev = "ad1833ecbc9153b6e34a4292dc089a58c4bcb8dc"; sha256 = "1z2q71q6l9hq9fqfqpj1svhyk4yk1bzw1ljhksx4bnpz8gkfbx2m"; }; |