Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -18624,5 +18624,17 @@ final: prev: meta.homepage = "https://github.com/jhradilek/vim-snippets/"; }; cmp-nixpkgs-maintainers = buildVimPlugin { pname = "cmp-nixpkgs-maintainers"; version = "2024-10-12"; src = fetchFromGitHub { owner = "GaetanLepage"; repo = "cmp-nixpkgs-maintainers"; rev = "da6a5050bc6be7a55c333d0009ae87d909e30b3f"; sha256 = "sha256-z/k7lC2tZvll+BlXoj5N7EwOGN3f3Lu4gT6YWocCL8c="; }; meta.homepage = "https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/"; }; } pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,11 @@ in nvimRequireCheck = "cmp_neosnippet"; }; cmp-nixpkgs-maintainers = super.cmp-nixpkgs-maintainers.overrideAttrs { dependencies = with self; [ nvim-cmp ]; nvimRequireCheck = "cmp_nixpkgs_maintainers"; }; cmp-npm = super.cmp-npm.overrideAttrs { dependencies = with self; [ nvim-cmp Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ https://github.com/max397574/cmp-greek/,HEAD, https://github.com/kdheepak/cmp-latex-symbols/,, https://github.com/octaltree/cmp-look/,HEAD, https://github.com/notomo/cmp-neosnippet/,HEAD, https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/,HEAD, https://github.com/David-Kunz/cmp-npm/,HEAD, https://github.com/hrsh7th/cmp-nvim-lsp/,, https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -18624,5 +18624,17 @@ final: prev: meta.homepage = "https://github.com/jhradilek/vim-snippets/"; }; cmp-nixpkgs-maintainers = buildVimPlugin { pname = "cmp-nixpkgs-maintainers"; version = "2024-10-12"; src = fetchFromGitHub { owner = "GaetanLepage"; repo = "cmp-nixpkgs-maintainers"; rev = "da6a5050bc6be7a55c333d0009ae87d909e30b3f"; sha256 = "sha256-z/k7lC2tZvll+BlXoj5N7EwOGN3f3Lu4gT6YWocCL8c="; }; meta.homepage = "https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/"; }; }
pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,11 @@ in nvimRequireCheck = "cmp_neosnippet"; }; cmp-nixpkgs-maintainers = super.cmp-nixpkgs-maintainers.overrideAttrs { dependencies = with self; [ nvim-cmp ]; nvimRequireCheck = "cmp_nixpkgs_maintainers"; }; cmp-npm = super.cmp-npm.overrideAttrs { dependencies = with self; [ nvim-cmp Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ https://github.com/max397574/cmp-greek/,HEAD, https://github.com/kdheepak/cmp-latex-symbols/,, https://github.com/octaltree/cmp-look/,HEAD, https://github.com/notomo/cmp-neosnippet/,HEAD, https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/,HEAD, https://github.com/David-Kunz/cmp-npm/,HEAD, https://github.com/hrsh7th/cmp-nvim-lsp/,, https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,, Loading