nix-config/home/vim/plugin/settings/which-key.vim

5 lines
58 B
VimL

lua << EOF
local wk = require("which-key")
wk.setup()
EOF