This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nvim_config/lua/plugins/whichkey.lua
2023-03-14 12:38:15 +01:00

2 lines
45 B
Lua

local wk = require 'which-key'
wk.register()