Merge pull request #242327 from figsoda/vim

authored by

figsoda and committed by
GitHub
06c84f5b d705d71c

+5 -5
+5 -5
pkgs/applications/editors/vim/plugins/overrides.nix
··· 202 }; 203 204 cmp-fish = super.cmp-fish.overrideAttrs { 205 - dependencies = with self; [ nvim-cmp fish ]; 206 }; 207 208 cmp-fuzzy-buffer = super.cmp-fuzzy-buffer.overrideAttrs { ··· 214 }; 215 216 cmp-git = super.cmp-git.overrideAttrs { 217 - dependencies = with self; [ nvim-cmp curl git ]; 218 }; 219 220 cmp-greek = super.cmp-greek.overrideAttrs { ··· 230 }; 231 232 cmp-npm = super.cmp-npm.overrideAttrs { 233 - dependencies = with self; [ nvim-cmp nodejs plenary-nvim ]; 234 }; 235 236 cmp-nvim-lsp-signature-help = super.cmp-nvim-lsp-signature-help.overrideAttrs { ··· 242 }; 243 244 cmp-pandoc-nvim = super.cmp-pandoc-nvim.overrideAttrs { 245 - dependencies = with self; [ nvim-cmp pandoc plenary-nvim ]; 246 }; 247 248 cmp-rg = super.cmp-rg.overrideAttrs { 249 - dependencies = with self; [ nvim-cmp ripgrep ]; 250 }; 251 252 cmp-snippy = super.cmp-snippy.overrideAttrs {
··· 202 }; 203 204 cmp-fish = super.cmp-fish.overrideAttrs { 205 + dependencies = with self; [ nvim-cmp ]; 206 }; 207 208 cmp-fuzzy-buffer = super.cmp-fuzzy-buffer.overrideAttrs { ··· 214 }; 215 216 cmp-git = super.cmp-git.overrideAttrs { 217 + dependencies = with self; [ nvim-cmp ]; 218 }; 219 220 cmp-greek = super.cmp-greek.overrideAttrs { ··· 230 }; 231 232 cmp-npm = super.cmp-npm.overrideAttrs { 233 + dependencies = with self; [ nvim-cmp plenary-nvim ]; 234 }; 235 236 cmp-nvim-lsp-signature-help = super.cmp-nvim-lsp-signature-help.overrideAttrs { ··· 242 }; 243 244 cmp-pandoc-nvim = super.cmp-pandoc-nvim.overrideAttrs { 245 + dependencies = with self; [ nvim-cmp plenary-nvim ]; 246 }; 247 248 cmp-rg = super.cmp-rg.overrideAttrs { 249 + dependencies = with self; [ nvim-cmp ]; 250 }; 251 252 cmp-snippy = super.cmp-snippy.overrideAttrs {