From 6235b410ce8bbaf92d68a0574b100a5f1b0cf4c8 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 12 Mar 2026 20:21:26 -0400 Subject: [PATCH] ci: format --- lua/pending/init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/pending/init.lua b/lua/pending/init.lua index c82aaec..529954b 100644 --- a/lua/pending/init.lua +++ b/lua/pending/init.lua @@ -416,7 +416,11 @@ function M._setup_buf_mappings(bufnr) local key = km[name] if key and key ~= false then vim.keymap.set('x', key --[[@as string]], function() - vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes('', true, false, true), 'nx', false) + vim.api.nvim_feedkeys( + vim.api.nvim_replace_termcodes('', true, false, true), + 'nx', + false + ) fn() end, opts) end