I pushed up a change that wraps this up in the plugin creation, so it should no longer be necessary.
You'll also want to update your config to prevent lazy loading (since we want this plugin to be loaded immediately when nvim
is opened):
{
"snooting/sotd.nvim",
dependencies = {
"nvim-telescope/telescope.nvim",
"nvim-lua/plenary.nvim",
"b0o/schemastore.nvim",
},
lazy = false,
config = function()
require("sotd").setup({
-- any config options
})
end,
}
I think I like the idea of starting with a Clog Pruf, but I'll keep my eyes open for a deal on either.