marleyvim/nvim/plugin/which-key.lua

4 lines
50 B
Lua
Raw Normal View History

2024-11-27 20:38:07 -08:00
require('which-key').setup {
preset = 'helix'
}