Commit ad8d476b authored by nvimtor's avatar nvimtor Committed by Gaétan Lepage
Browse files

vimPlugins.leetcode-nvim: init at 2024-06-27

parent 1bdcd812
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -18636,5 +18636,15 @@ final: prev:
    meta.homepage = "https://github.com/jhradilek/vim-snippets/";
  };
  leetcode-nvim = buildVimPlugin {
    pname = "leetcode.nvim";
    version = "2024-06-27";
    src = fetchFromGitHub {
      owner = "kawre";
      repo = "leetcode.nvim";
      rev = "02fb2c855658ad6b60e43671f6b040c812181a1d";
      sha256 = "sha256-YoFRd9Uf+Yv4YM6/l7MVLMjfRqhroSS3RCmZvNowIAo=";
    };
    meta.homepage = "https://github.com/kawre/leetcode.nvim/";
  };
}
+11 −0
Original line number Diff line number Diff line
@@ -2651,6 +2651,17 @@ in
    nvimRequireCheck = "yazi";
  };

  leetcode-nvim = super.leetcode-nvim.overrideAttrs {
    dependencies = with self; [
      nui-nvim
      plenary-nvim
      telescope-nvim
    ];

    doInstallCheck = true;
    nvimRequireCheck = "leetcode";
  };

  YouCompleteMe = super.YouCompleteMe.overrideAttrs {
    buildPhase = ''
      substituteInPlace plugin/youcompleteme.vim \
+1 −0
Original line number Diff line number Diff line
@@ -475,6 +475,7 @@ https://github.com/Julian/lean.nvim/,,
https://github.com/leanprover/lean.vim/,,
https://github.com/ggandor/leap-ast.nvim/,HEAD,
https://github.com/ggandor/leap.nvim/,HEAD,
https://github.com/kawre/leetcode.nvim/,HEAD,
https://github.com/mrjones2014/legendary.nvim/,HEAD,
https://github.com/camspiers/lens.vim/,,
https://github.com/thirtythreeforty/lessspace.vim/,,