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