5 lines
58 B
VimL
5 lines
58 B
VimL
|
lua << EOF
|
||
|
local wk = require("which-key")
|
||
|
wk.setup()
|
||
|
EOF
|