Unverified Commit e0d7b921 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #295893 from petertrotman/cmake-tools.nvim

Add cmake-tools.nvim to vimPlugins
parents b9c5f285 eb37c9f9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1517,6 +1517,18 @@ final: prev:
    meta.homepage = "https://github.com/asheq/close-buffers.vim/";
  };
  cmake-tools-nvim = buildVimPlugin {
    pname = "cmake-tools.nvim";
    version = "2024-02-02";
    src = fetchFromGitHub {
      owner = "Civitasv";
      repo = "cmake-tools.nvim";
      rev = "055d7bb37d5c4038ce1e400656b6504602934ce7";
      sha256 = "sha256-e16I51FbT0itLkyornd9RjShXmLxUzPrygFYVc66xoY=";
    };
    meta.homepage = "https://github.com/Civitasv/cmake-tools.nvim/";
  };
  cmd-parser-nvim = buildVimPlugin {
    pname = "cmd-parser.nvim";
    version = "2022-02-23";
+1 −0
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@ https://github.com/bbchung/clighter8/,,
https://github.com/ekickx/clipboard-image.nvim/,,
https://github.com/laytan/cloak.nvim/,HEAD,
https://github.com/asheq/close-buffers.vim/,HEAD,
https://github.com/Civitasv/cmake-tools.nvim/,,
https://github.com/winston0410/cmd-parser.nvim/,,
https://github.com/FelipeLema/cmp-async-path/,HEAD,
https://github.com/crispgm/cmp-beancount/,HEAD,