12 lines
185 B
Lua
12 lines
185 B
Lua
return {
|
|
{
|
|
"chentoast/marks.nvim",
|
|
event = "VeryLazy",
|
|
opts = {},
|
|
config = function()
|
|
require 'marks'.setup({
|
|
sign_priority = 5,
|
|
})
|
|
end,
|
|
}
|
|
}
|