home: vim: add 'which-key-nvim'

This commit is contained in:
Bruno BELANYI 2022-02-26 13:51:34 +01:00
parent 8b985cda84
commit fa836d7df9
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
lua << EOF
local wk = require("which-key")
wk.setup()
EOF