diff --git a/plugin/40_plugins.lua b/plugin/40_plugins.lua index 75f73e2..e508129 100644 --- a/plugin/40_plugins.lua +++ b/plugin/40_plugins.lua @@ -160,3 +160,25 @@ later(function () require('claudecode').setup({}) end ) + +-- zk ========================================================================= +later(function() + add({ + source = 'zk-org/zk-nvim', + }) + require('zk').setup({ + picker = "minipick", + lsp = { + config = { + name = 'zk', + cmd = {'zk', 'lsp' }, + filetypes = { 'markdown' }, + }, + }, + auto_attach = { + enabled = true, + } + }) +end +) +