From c96fc24555e838a5d9ae6207c0e74919a8c603da Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 7 Mar 2024 17:30:37 +0100 Subject: [PATCH] style: format --- lua/lazy/core/handler/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lazy/core/handler/keys.lua b/lua/lazy/core/handler/keys.lua index e2020d1..382d732 100644 --- a/lua/lazy/core/handler/keys.lua +++ b/lua/lazy/core/handler/keys.lua @@ -128,8 +128,8 @@ function M:_add(keys) self:_set(keys, buf) end - if keys.mode:sub(-1) == 'a' then - lhs = lhs .. '' + if keys.mode:sub(-1) == "a" then + lhs = lhs .. "" end local feed = vim.api.nvim_replace_termcodes("" .. lhs, true, true, true) -- insert instead of append the lhs