Skip to content

Commit ad8d476

Browse files
nvimtorGaetanLepage
authored andcommitted
vimPlugins.leetcode-nvim: init at 2024-06-27
1 parent 1bdcd81 commit ad8d476

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18636,5 +18636,15 @@ final: prev:
1863618636
meta.homepage = "https://github.com/jhradilek/vim-snippets/";
1863718637
};
1863818638

18639-
18639+
leetcode-nvim = buildVimPlugin {
18640+
pname = "leetcode.nvim";
18641+
version = "2024-06-27";
18642+
src = fetchFromGitHub {
18643+
owner = "kawre";
18644+
repo = "leetcode.nvim";
18645+
rev = "02fb2c855658ad6b60e43671f6b040c812181a1d";
18646+
sha256 = "sha256-YoFRd9Uf+Yv4YM6/l7MVLMjfRqhroSS3RCmZvNowIAo=";
18647+
};
18648+
meta.homepage = "https://github.com/kawre/leetcode.nvim/";
18649+
};
1864018650
}

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2651,6 +2651,17 @@ in
26512651
nvimRequireCheck = "yazi";
26522652
};
26532653

2654+
leetcode-nvim = super.leetcode-nvim.overrideAttrs {
2655+
dependencies = with self; [
2656+
nui-nvim
2657+
plenary-nvim
2658+
telescope-nvim
2659+
];
2660+
2661+
doInstallCheck = true;
2662+
nvimRequireCheck = "leetcode";
2663+
};
2664+
26542665
YouCompleteMe = super.YouCompleteMe.overrideAttrs {
26552666
buildPhase = ''
26562667
substituteInPlace plugin/youcompleteme.vim \

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ https://github.com/Julian/lean.nvim/,,
475475
https://github.com/leanprover/lean.vim/,,
476476
https://github.com/ggandor/leap-ast.nvim/,HEAD,
477477
https://github.com/ggandor/leap.nvim/,HEAD,
478+
https://github.com/kawre/leetcode.nvim/,HEAD,
478479
https://github.com/mrjones2014/legendary.nvim/,HEAD,
479480
https://github.com/camspiers/lens.vim/,,
480481
https://github.com/thirtythreeforty/lessspace.vim/,,

0 commit comments

Comments
 (0)