diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index e0457548373e..3490f93bbf6a 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1434,6 +1434,13 @@ assertNoAdditions { dependencies = [ self.nui-nvim ]; }; + fastfold = super.fastfold.overrideAttrs (old: { + meta = old.meta // { + # This plugin is under the license "Rien à Branler", which is a French translation of the WTFPL license. + license = lib.licenses.wtfpl; + }; + }); + faust-nvim = super.faust-nvim.overrideAttrs { dependencies = with self; [ luasnip