nvim.nix/nvim/plugin/which-key.lua
2024-08-10 01:44:12 -05:00

3 lines
50 B
Lua

require('which-key').setup {
preset = 'helix'
}