From 2090cd99045fb074e0cf9ab621ca081423838ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= Date: Thu, 22 May 2025 11:53:33 +0800 Subject: [PATCH] fix: surround keymap --- lua/plugins/surround.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/surround.lua diff --git a/lua/plugins/surround.lua b/lua/plugins/surround.lua new file mode 100644 index 0000000..39e9f9e --- /dev/null +++ b/lua/plugins/surround.lua @@ -0,0 +1,10 @@ +return { + { + "echasnovski/mini.surround", + opts = { + mappings = { + replace = "cs", + }, + }, + }, +}