From e9267a1dbb7d600ac8a08ced4d9efa3cc0c430a3 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Wed, 20 Nov 2024 13:36:31 +0100 Subject: [PATCH] hallelujah! Autocorrect based on spell! It's amazing[1;5D ' --- lua/custom/plugins/vim-you-autocorrect.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/custom/plugins/vim-you-autocorrect.lua diff --git a/lua/custom/plugins/vim-you-autocorrect.lua b/lua/custom/plugins/vim-you-autocorrect.lua new file mode 100644 index 0000000..76fa442 --- /dev/null +++ b/lua/custom/plugins/vim-you-autocorrect.lua @@ -0,0 +1,3 @@ +return { + 'sedm0784/vim-you-autocorrect', +}