diff --git a/lua/plugins.lua b/lua/plugins.lua index 9885b21..2622d34 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 } }