feat: add marks.nvim
This commit is contained in:
@@ -100,4 +100,12 @@ return {
|
||||
}
|
||||
end)(),
|
||||
},
|
||||
{
|
||||
"marks.nvim",
|
||||
after = function()
|
||||
require("marks").setup({
|
||||
refresh_interval = 250,
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user