Add type annotations to plugin specs
This commit is contained in:
parent
d2112451a7
commit
9e591464ce
31 changed files with 56 additions and 14 deletions
|
@ -1,6 +1,7 @@
|
|||
-- Display possible keybinds
|
||||
-- Here I have also defined some generic keybinds
|
||||
-- Plugin specific keybinds are set up in plugin configuration file
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue