Nvim: add type annotations to plugin opts
This commit is contained in:
parent
26d0dae2fc
commit
b5498c671d
9 changed files with 50 additions and 58 deletions
|
@ -4,7 +4,7 @@ return {
|
|||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
local wk = require("which-key")
|
||||
wk.setup({})
|
||||
wk.setup()
|
||||
|
||||
wk.register({
|
||||
h = { "<cmd>nohlsearch<CR>", "Turn off search highlight" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue