return { "m4xshen/hardtime.nvim", opts = { disabled_keys = { [""] = {}, [""] = {}, [""] = {}, [""] = {}, [""] = {}, [""] = {}, }, restricted_keys = { [""] = { "n", "i", "x" }, [""] = { "n", "i", "x" }, [""] = { "n", "i", "x" }, [""] = { "n", "i", "x" }, [""] = { "i" }, [""] = { "i" }, }, hints = { ["a"] = { message = function() return "Use A insead of a" end, length = 6, }, ["ddO"] = { message = function() return "Use cc instead of ddO" end, length = 3, } } }, config = function(_, opts) require("hardtime").setup(opts) require("hardtime").enable() end }