Skip to content

Commit

Permalink
vimPlugins.leetcode-nvim: init at 2024-06-27
Browse files Browse the repository at this point in the history
  • Loading branch information
nvimtor committed Sep 18, 2024
1 parent 3f8d855 commit cb98609
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
12 changes: 11 additions & 1 deletion pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17937,5 +17937,15 @@ final: prev:
meta.homepage = "https://github.com/jonboh/nvim-dap-rr/";
};


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/";
};
}
6 changes: 6 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2198,6 +2198,12 @@
dependencies = with self; [ plenary-nvim ];
};

leetcode-nvim = super.leetcode-nvim.overrideAttrs {
doInstallCheck = true;
nvimRequireCheck = "leetcode";
dependencies = with self; [ nui-nvim telescope-nvim ];
};

YouCompleteMe = super.YouCompleteMe.overrideAttrs {
buildPhase = ''
substituteInPlace plugin/youcompleteme.vim \
Expand Down
9 changes: 5 additions & 4 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ https://github.com/tjdevries/colorbuddy.nvim/,,
https://github.com/lilydjwg/colorizer/,,
https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD,
https://github.com/wincent/command-t/,,
https://github.com/numtostr/comment.nvim/,,
https://github.com/LudoPinelli/comment-box.nvim/,HEAD,
https://github.com/numtostr/comment.nvim/,,
https://github.com/rhysd/committia.vim/,,
https://github.com/hrsh7th/compe-conjure/,,
https://github.com/GoldsteinE/compe-latex-symbols/,,
Expand Down Expand Up @@ -468,6 +468,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/,,
Expand Down Expand Up @@ -623,8 +624,8 @@ https://github.com/preservim/nerdcommenter/,,
https://github.com/preservim/nerdtree/,,
https://github.com/Xuyuanp/nerdtree-git-plugin/,,
https://github.com/miversen33/netman.nvim/,HEAD,
https://github.com/oberblastmeister/neuron.nvim/,,
https://github.com/prichrd/netrw.nvim/,HEAD,
https://github.com/oberblastmeister/neuron.nvim/,,
https://github.com/fiatjaf/neuron.vim/,,
https://github.com/Olical/nfnl/,main,
https://github.com/chr4/nginx.vim/,,
Expand Down Expand Up @@ -862,7 +863,7 @@ https://github.com/AndrewRadev/sideways.vim/,,
https://github.com/lotabout/skim.vim/,,
https://github.com/mopp/sky-color-clock.vim/,,
https://github.com/kovisoft/slimv/,,
https://github.com/danielfalk/smart-open.nvim,0.2.x,
https://github.com/danielfalk/smart-open.nvim/,0.2.x,
https://github.com/mrjones2014/smart-splits.nvim/,,
https://github.com/m4xshen/smartcolumn.nvim/,,
https://github.com/gorkunov/smartpairs.vim/,,
Expand Down Expand Up @@ -950,6 +951,7 @@ https://github.com/natecraddock/telescope-zf-native.nvim/,HEAD,
https://github.com/jvgrootveld/telescope-zoxide/,,
https://github.com/nvim-telescope/telescope.nvim/,,
https://github.com/luc-tielen/telescope_hoogle/,HEAD,
https://github.com/joerdav/templ.vim/,HEAD,
https://github.com/axelvc/template-string.nvim/,HEAD,
https://github.com/jacoborus/tender.vim/,,
https://github.com/chomosuke/term-edit.nvim/,HEAD,
Expand Down Expand Up @@ -1490,4 +1492,3 @@ https://github.com/ziglang/zig.vim/,,
https://github.com/mickael-menu/zk-nvim/,HEAD,
https://github.com/troydm/zoomwintab.vim/,,
https://github.com/nanotee/zoxide.vim/,,
https://github.com/joerdav/templ.vim,HEAD,

0 comments on commit cb98609

Please sign in to comment.