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 | cc053bd01d79ac2b41a56ca7c0f04179547a2514 (patch) | |
tree | 20ecf5761ca9d3ad0ceebf53f144c06dcc3320a1 /tv/2configs | |
parent | 1fc9124e81dd1d25bd5c05f30db68e0bd43f1ff8 (diff) |
tv vim: neaten fzf plugin
Diffstat (limited to 'tv/2configs')
-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 a63d80228..e51f07774 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"; }; |