Add builtin mark into marks.nvim

This commit is contained in:
leafee98 2024-08-27 09:32:57 +08:00
parent 843d400e2e
commit dd18532b32

View file

@ -24,7 +24,7 @@ return {
{
"chentoast/marks.nvim",
opts = {
builtin_marks = { ".", "<", ">", "^" },
builtin_marks = { ".", "<", ">", "^", "'" },
mappings = {
next = "]m",
prev = "[m",