coc-spell-checker
coc-spell-checker copied to clipboard
How to install in Neovim
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.