(local whichkey (require :which-key)) (whichkey.setup) (local mappings { 1 {1 " f" 2 "Neotree toggle" :desc "fs"} 2 {1 " w" 2 "WinShift" :desc "win shift"} 3 {1 " t" 2 "ToggleTerm direction=horizontal" :desc "hterm"} :mode [:n :v] :silent true :noremap true :nowait true}) (whichkey.add mappings)