Skip to content

nathom/autocorrect.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

autocorrect.nvim

Correct commonly misspelled words automatically. A port of vim-autocorrect to lua for efficiency in Neovim.

Setup

With lazy.nvim

return {
	"nathom/autocorrect.nvim",
	ft = { "markdown" }, -- Filetypes to enable plugin in
	config = function()
		require("autocorrect").Autocorrect()
	end,
}

About

Spellcheck for Neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages