dotfiles/.config/nvim/lua/plugins/marks.lua

8 lines
137 B
Lua

return {
"chentoast/marks.nvim",
enabled = true,
event = "VeryLazy",
opts = {
builtin_marks = { ".", "<", ">", "^" },
},
}