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

Add cmake-tools.nvim to vimPlugins
This commit is contained in:
Mario Rodas 2024-03-18 19:00:24 -05:00 committed by GitHub
commit e0d7b921c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -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";

View file

@ -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,