8 lines
137 B
Lua
8 lines
137 B
Lua
return {
|
|
"chentoast/marks.nvim",
|
|
enabled = true,
|
|
event = "VeryLazy",
|
|
opts = {
|
|
builtin_marks = { ".", "<", ">", "^" },
|
|
},
|
|
}
|