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

5 lines
58 B
VimL
Raw Normal View History

2022-02-26 13:51:34 +01:00
lua << EOF
local wk = require("which-key")
wk.setup()
EOF