WIP, cant get which key to register at startup setup function, calling in open nvwim works. Also + purple text is weird

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-25 04:16:35 -05:00
parent 5fcc77255c
commit 713d128018
5 changed files with 33 additions and 27 deletions

View file

@ -12,5 +12,9 @@ return {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
},
setup = function(_, opts)
require("which-key").setup(opts)
require("keymaps").which_key_register()
end
}