allow previous edit position mark in gutter

This commit is contained in:
2024-03-09 00:06:33 -05:00
parent c102431a36
commit 1af19150f9

View File

@ -5,5 +5,5 @@ end
marks.setup {
default_mappings = true,
builtin_marks = false,
builtin_marks = { '`' },
}