Add mark.nvim

This commit is contained in:
Antoine Vaure 2024-08-20 09:50:47 +02:00
parent 8aaa296317
commit 89ae9a4961

View file

@ -558,6 +558,14 @@ local plugins = {
require("conform").format({ async = true, lsp_format = "fallback", range = range })
end, { range = true })
end
},
{
"chentoast/marks.nvim",
config = function()
require "marks".setup {
}
end
}
}