Loading pkgs/applications/editors/vim/plugins/generated.nix +11 −1 Original line number Diff line number Diff line Loading @@ -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/"; }; } pkgs/applications/editors/vim/plugins/overrides.nix +11 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/applications/editors/vim/plugins/generated.nix +11 −1 Original line number Diff line number Diff line Loading @@ -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/"; }; }
pkgs/applications/editors/vim/plugins/overrides.nix +11 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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