thethethe.nvim
A neovim plugin to automatically correct common misspellings and typos like "teh" for "the".editing-support
manually-created
thethethe.nvim is an autocorrect plugin, based on vim-autocorrect. It loads the dictionary in the background to avoid startup delays. The plugin automatically corrects common misspellings and typos as you type.
Install instructions
Dotfyle does not endorse any plugins. Install at your own risk.
{
"https://git.sr.ht/~swaits/thethethe.nvim",
lazy = true,
event = "VeryLazy",
opts = { },
}
Developers using thethethe.nvim
more configs
2
init.lua
111
5710
0
init.lua
46
773
0
init.lua
136
4285
0
init.lua
23
740
Other editing-support plugins
more plugins
windwp/nvim-autopairs
autopairs for neovim written in lua
3589
0
editing-support
windwp/nvim-ts-autotag
Use treesitter to auto close and auto rename html tag
1883
0
editing-support
nvim-treesitter/nvim-treesitter-context
Show code context
2788
1
editing-support
folke/snacks.nvim
🍿 A collection of QoL plugins for Neovim
4909
4
editing-support