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.
How can i install in
nvimwithlazy.nvim.I set this config:
but doesn't work.