coc-spell-checker icon indicating copy to clipboard operation
coc-spell-checker copied to clipboard

How to install in Neovim

Open sajadspeed opened this issue 2 years ago • 0 comments

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.

sajadspeed avatar Oct 24 '23 09:10 sajadspeed