lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vimPlugins.lens-vim: init at 2020-04-24

authored by

Ivan Kovnatsky and committed by
Jonathan Ringer
5e665171 12beaac9

+37
+12
pkgs/misc/vim-plugins/generated.nix
··· 1942 1942 meta.homepage = "https://github.com/leanprover/lean.vim/"; 1943 1943 }; 1944 1944 1945 + lens-vim = buildVimPluginFrom2Nix { 1946 + pname = "lens-vim"; 1947 + version = "2020-04-24"; 1948 + src = fetchFromGitHub { 1949 + owner = "camspiers"; 1950 + repo = "lens.vim"; 1951 + rev = "868b195be3cc3000d1d3f875ee0a52a11972e5b9"; 1952 + sha256 = "0qpx84k52pz29rx6q0zh3qq4g3a1gyvyfcipx3kaw4lxlld6agd5"; 1953 + }; 1954 + meta.homepage = "https://github.com/camspiers/lens.vim/"; 1955 + }; 1956 + 1945 1957 lessspace-vim = buildVimPluginFrom2Nix { 1946 1958 pname = "lessspace-vim"; 1947 1959 version = "2019-09-12";
+12
pkgs/misc/vim-plugins/overrides.nix
··· 461 461 ]; 462 462 }); 463 463 464 + lens-vim = super.lens-vim.overrideAttrs(old: { 465 + # remove duplicate g:lens#animate in doc/lens.txt 466 + # https://github.com/NixOS/nixpkgs/pull/105810#issuecomment-740007985 467 + # https://github.com/camspiers/lens.vim/pull/40/files 468 + patches = [ 469 + (substituteAll { 470 + src = ./patches/lens-vim/remove_duplicate_g_lens_animate.patch; 471 + inherit languagetool; 472 + }) 473 + ]; 474 + }); 475 + 464 476 vim-hier = super.vim-hier.overrideAttrs(old: { 465 477 buildInputs = [ vim ]; 466 478 });
+12
pkgs/misc/vim-plugins/patches/lens-vim/remove_duplicate_g_lens_animate.patch
··· 1 + diff --git a/doc/lens.txt b/doc/lens.txt 2 + index 60943ce..2fe43dc 100644 3 + --- a/doc/lens.txt 4 + +++ b/doc/lens.txt 5 + @@ -76,7 +76,6 @@ g:lens#disabled_filenames 6 + 7 + Default value is []. 8 + *g:lens#animate* 9 + - *g:lens#animate* 10 + g:lens#animate 11 + If value is 1 and animate.vim is installed, the window resize 12 + will be animated.
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 38 38 bronson/vim-trailing-whitespace 39 39 brooth/far.vim 40 40 buoto/gotests-vim 41 + camspiers/lens.vim 41 42 carlitux/deoplete-ternjs 42 43 ccarpita/rtorrent-syntax-file 43 44 cespare/vim-toml