5 lines
126 B
Fennel
5 lines
126 B
Fennel
(module config.plugin.which-key)
|
|
|
|
(let [(ok? which-key) (pcall #(require :which-key))]
|
|
(when ok?
|
|
(which-key.setup {})))
|