diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 83885baa2e82..86aa4ca17269 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -1757,6 +1757,18 @@ final: prev: meta.homepage = "https://github.com/hrsh7th/cmp-copilot/"; }; + cmp-ctags = buildVimPlugin { + pname = "cmp-ctags"; + version = "2023-05-16"; + src = fetchFromGitHub { + owner = "delphinus"; + repo = "cmp-ctags"; + rev = "8d9ddae9ea20c303bdc0888b663c0459b0dc72c2"; + sha256 = "1bm2fgl1k2b2sk3dv317ay7ddzbzy2dyiwb8xf1ihpx53853cw8b"; + }; + meta.homepage = "https://github.com/delphinus/cmp-ctags/"; + }; + cmp-dap = buildVimPlugin { pname = "cmp-dap"; version = "2023-12-10"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 49ab7914008c..a65e920150fb 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -263,6 +263,10 @@ in dependencies = with self; [ nvim-cmp copilot-vim ]; }; + cmp-ctags = super.cmp-ctags.overrideAttrs { + dependencies = with self; [ nvim-cmp ]; + }; + cmp-dap = super.cmp-dap.overrideAttrs { dependencies = with self; [ nvim-cmp nvim-dap ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 177c243f3019..4bb2712e70e3 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -146,6 +146,7 @@ https://github.com/dmitmel/cmp-cmdline-history/,HEAD, https://github.com/PaterJason/cmp-conjure/,, https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD, https://github.com/hrsh7th/cmp-copilot/,HEAD, +https://github.com/delphinus/cmp-ctags/,HEAD, https://github.com/rcarriga/cmp-dap/,HEAD, https://github.com/uga-rosa/cmp-dictionary/,HEAD, https://github.com/dmitmel/cmp-digraphs/,HEAD,