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",