From dd18532b323c58f9855915f66cc6bb3a2e9ac9af Mon Sep 17 00:00:00 2001 From: leafee98 Date: Tue, 27 Aug 2024 09:32:57 +0800 Subject: [PATCH] Add builtin mark into marks.nvim --- lua/plugins/10-editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/10-editor.lua b/lua/plugins/10-editor.lua index 53c6c13..db68a30 100644 --- a/lua/plugins/10-editor.lua +++ b/lua/plugins/10-editor.lua @@ -24,7 +24,7 @@ return { { "chentoast/marks.nvim", opts = { - builtin_marks = { ".", "<", ">", "^" }, + builtin_marks = { ".", "<", ">", "^", "'" }, mappings = { next = "]m", prev = "[m",