mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #295893 from petertrotman/cmake-tools.nvim
Add cmake-tools.nvim to vimPlugins
This commit is contained in:
commit
e0d7b921c6
2 changed files with 13 additions and 0 deletions
|
@ -1517,6 +1517,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/asheq/close-buffers.vim/";
|
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 {
|
cmd-parser-nvim = buildVimPlugin {
|
||||||
pname = "cmd-parser.nvim";
|
pname = "cmd-parser.nvim";
|
||||||
version = "2022-02-23";
|
version = "2022-02-23";
|
||||||
|
|
|
@ -126,6 +126,7 @@ https://github.com/bbchung/clighter8/,,
|
||||||
https://github.com/ekickx/clipboard-image.nvim/,,
|
https://github.com/ekickx/clipboard-image.nvim/,,
|
||||||
https://github.com/laytan/cloak.nvim/,HEAD,
|
https://github.com/laytan/cloak.nvim/,HEAD,
|
||||||
https://github.com/asheq/close-buffers.vim/,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/winston0410/cmd-parser.nvim/,,
|
||||||
https://github.com/FelipeLema/cmp-async-path/,HEAD,
|
https://github.com/FelipeLema/cmp-async-path/,HEAD,
|
||||||
https://github.com/crispgm/cmp-beancount/,HEAD,
|
https://github.com/crispgm/cmp-beancount/,HEAD,
|
||||||
|
|
Loading…
Reference in a new issue