-- Formatter plugin return { "sbdchd/neoformat", config = function() require("which-key").register({ f = { "Neoformat", "Format with Neoformat" }, }, { prefix = "" }) end, }