Unverified Commit 06f1ee14 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #335126 from elythh/feat-init-comment-box-nvim

vimPlugins.comment-box-nvim: init at v1.0.2
parents f082fee0 953fda00
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2417,6 +2417,18 @@ final: prev:
    meta.homepage = "https://github.com/numtostr/comment.nvim/";
  };
  comment-box-nvim = buildVimPlugin {
    pname = "comment-box.nvim";
    version = "v1.0.2";
    src = fetchFromGitHub {
      owner = "LudoPinelli";
      repo = "comment-box.nvim";
      rev = "e04635ed2b423448b87ddb2f35c26d1a7b7b3f1c";
      sha256 = "sha256-2P8Zyd5ucOvihZdjgSmr7YlV0yuCn+LyHkCj9gPx/CY=";
    };
    meta.homepage = "https://github.com/LudoPinelli/comment-box.nvim/";
  };
  committia-vim = buildVimPlugin {
    pname = "committia.vim";
    version = "2023-11-25";
+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,7 @@ 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/rhysd/committia.vim/,,
https://github.com/hrsh7th/compe-conjure/,,
https://github.com/GoldsteinE/compe-latex-symbols/,,