How do I load this plugin with the Lazy plugin manager? I have tried: ``` return { "rickhowe/wrapwidth", config = function() vim.g.wrapwidth_sign = "↵" vim.g.wrapwidth_number = 1 end, } ``` How do I automatically run the plugin after opening a file?