From 565d9c5772944af3faabc60d242b471763307282 Mon Sep 17 00:00:00 2001 From: Peter Trotman Date: Thu, 14 Mar 2024 12:51:41 +0000 Subject: add repo to vim plugin names --- pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 78c923ef87d5..00981a9b4954 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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, -- cgit 1.4.1 From 22bc2ccd6754bbd0adb18d6422f34310ada2aa48 Mon Sep 17 00:00:00 2001 From: Peter Trotman Date: Thu, 14 Mar 2024 13:40:44 +0000 Subject: add entry to generated.nix --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 75f34b1d32a9..8ea09f66d6ef 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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 = ""; + }; + meta.homepage = "https://github.com/Civitasv/cmake-tools.nvim/"; + }; + cmd-parser-nvim = buildVimPlugin { pname = "cmd-parser.nvim"; version = "2022-02-23"; -- cgit 1.4.1 From eb37c9f9feec2df90023eb7ffe733b41dff63089 Mon Sep 17 00:00:00 2001 From: Peter Trotman Date: Thu, 14 Mar 2024 14:04:04 +0000 Subject: add hash --- pkgs/applications/editors/vim/plugins/generated.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 8ea09f66d6ef..4609dd83a7c7 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1524,7 +1524,7 @@ final: prev: owner = "Civitasv"; repo = "cmake-tools.nvim"; rev = "055d7bb37d5c4038ce1e400656b6504602934ce7"; - sha256 = ""; + sha256 = "sha256-e16I51FbT0itLkyornd9RjShXmLxUzPrygFYVc66xoY="; }; meta.homepage = "https://github.com/Civitasv/cmake-tools.nvim/"; }; -- cgit 1.4.1