How can i install in `nvim` with `lazy.nvim`. I set this config: ``` { "iamcco/coc-spell-checker", config = function() require("coc-spell-checker").setup({}) end, } ``` but doesn't work.