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