about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-18 19:00:24 -0500
committerGitHub <noreply@github.com>2024-03-18 19:00:24 -0500
commite0d7b921c6f66dd77b8f7c479677ee661742fede (patch)
treef18a570ca11b91373c864f9ce4a3b9e7b07be994 /pkgs/applications/editors/vim
parentb9c5f2859f355b13a24943dde97ee6c49da6941e (diff)
parenteb37c9f9feec2df90023eb7ffe733b41dff63089 (diff)
downloadnixlib-e0d7b921c6f66dd77b8f7c479677ee661742fede.tar
nixlib-e0d7b921c6f66dd77b8f7c479677ee661742fede.tar.gz
nixlib-e0d7b921c6f66dd77b8f7c479677ee661742fede.tar.bz2
nixlib-e0d7b921c6f66dd77b8f7c479677ee661742fede.tar.lz
nixlib-e0d7b921c6f66dd77b8f7c479677ee661742fede.tar.xz
nixlib-e0d7b921c6f66dd77b8f7c479677ee661742fede.tar.zst
nixlib-e0d7b921c6f66dd77b8f7c479677ee661742fede.zip
Merge pull request #295893 from petertrotman/cmake-tools.nvim
Add cmake-tools.nvim to vimPlugins
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 2f39d556a4f3..4b34bafdebe6 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 = "sha256-e16I51FbT0itLkyornd9RjShXmLxUzPrygFYVc66xoY=";
+    };
+    meta.homepage = "https://github.com/Civitasv/cmake-tools.nvim/";
+  };
+
   cmd-parser-nvim = buildVimPlugin {
     pname = "cmd-parser.nvim";
     version = "2022-02-23";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 72907bff933f..99ef5148939e 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,