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

6 lines
91 B
Lua

return {
"chentoast/marks.nvim",
enabled = false,
event = "VeryLazy",
opts = {},
}