lol

vimPlugins.jdd-nvim: use correct package (#425195)

authored by

Austin Horstman and committed by
GitHub
4aee423c 620dda23

+1 -1
+1 -1
pkgs/applications/editors/vim/plugins/overrides.nix
··· 1509 1509 dependencies = [ self.nvim-treesitter ]; 1510 1510 }; 1511 1511 1512 - jdd-nvim = super.lazyjj-nvim.overrideAttrs { 1512 + jdd-nvim = super.jdd-nvim.overrideAttrs { 1513 1513 dependencies = [ self.plenary-nvim ]; 1514 1514 }; 1515 1515