From 59f952ce1348f10293e3f40e382826cf9c9bf37d Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 20 Jan 2024 19:02:57 +0100 Subject: [PATCH] spell suggester --- lua/custom/mappings.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index 7060cca..5804515 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -351,7 +351,7 @@ M.edit = { end, "format buffer", }, - -- + -- remove trailing whitespace ["fw"] = { function() @@ -359,6 +359,10 @@ M.edit = { end, "remove whitespace", }, + + -- spell + ["z"] = { "Telescope spell_suggest", "Spell suggest" }, + ["z="] = { "Telescope spell_suggest", "Spell suggest" }, }, v = { [""] = { "