vimPlugins.leetcode-nvim: init at 2024-06-27
This commit is contained in:
parent
1bdcd812cb
commit
ad8d476b53
@ -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/";
|
||||
};
|
||||
}
|
||||
|
@ -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 \
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user