aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/zk.lua
diff options
context:
space:
mode:
authorrobin <67917529+comfysage@users.noreply.github.com>2025-04-29 16:17:39 +0200
committerGitHub <noreply@github.com>2025-04-29 07:17:39 -0700
commit37cc31c64d657feff6f752a1bf15f584d4734eca (patch)
treec556423799e678d4e03c8f9fa4c297a9e6d7cc48 /lsp/zk.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-37cc31c64d657feff6f752a1bf15f584d4734eca.tar
nvim-lspconfig-37cc31c64d657feff6f752a1bf15f584d4734eca.tar.gz
nvim-lspconfig-37cc31c64d657feff6f752a1bf15f584d4734eca.tar.bz2
nvim-lspconfig-37cc31c64d657feff6f752a1bf15f584d4734eca.tar.lz
nvim-lspconfig-37cc31c64d657feff6f752a1bf15f584d4734eca.tar.xz
nvim-lspconfig-37cc31c64d657feff6f752a1bf15f584d4734eca.tar.zst
nvim-lspconfig-37cc31c64d657feff6f752a1bf15f584d4734eca.zip
fix(lsp/zk): invalid user command key #3803
Diffstat (limited to 'lsp/zk.lua')
-rw-r--r--lsp/zk.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/zk.lua b/lsp/zk.lua
index 98b19460..12df874c 100644
--- a/lsp/zk.lua
+++ b/lsp/zk.lua
@@ -62,7 +62,7 @@ return {
vim.cmd('edit ' .. result.path)
end)
end, {
- description = 'ZkNew',
+ desc = 'ZkNew',
})
end,
}