return { 'folke/which-key.nvim', config = function() local wk = require('which-key') wk.register({ ['f'] = { name = "+file"}, ['g'] = { name = "+git"}, ['l'] = { name = "+LSP"}, }) end, }