refactor
This commit is contained in:
parent
ab58d1a503
commit
631e88bdd2
15 changed files with 122 additions and 366 deletions
12
lua/plugins/which-key.lua
Normal file
12
lua/plugins/which-key.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{ -- Useful plugin to show you pending keybinds.
|
||||
'folke/which-key.nvim',
|
||||
event = 'VimEnter', -- Sets the loading event to 'VimEnter'
|
||||
opts = {
|
||||
theme = 'helix',
|
||||
-- delay between pressing a key and opening which-key (milliseconds)
|
||||
-- this setting is independent of vim.opt.timeoutlen
|
||||
delay = 0,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue