Nvim: add type annotations to plugin opts

This commit is contained in:
Marko Korhonen 2023-11-21 22:28:54 +02:00
parent b3ebda5b51
commit 83cd0a7540
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
9 changed files with 50 additions and 58 deletions

View file

@ -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" },