Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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 ]; }; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -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, Loading