From 87f61d4d95330768ea4dcec002c12b324d86b581 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 5 Oct 2025 19:17:34 +0300 Subject: sync --- config/nvim/lua/plugins/zk.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 config/nvim/lua/plugins/zk.lua (limited to 'config/nvim/lua/plugins/zk.lua') diff --git a/config/nvim/lua/plugins/zk.lua b/config/nvim/lua/plugins/zk.lua deleted file mode 100644 index 1640b77..0000000 --- a/config/nvim/lua/plugins/zk.lua +++ /dev/null @@ -1,26 +0,0 @@ -return { - "zk-org/zk-nvim", - version = "v0.3.0", - config = function() - require("zk").setup({ - picker = "telescope", - - lsp = { - -- `config` is passed to `vim.lsp.start(config)` - config = { - name = "zk", - cmd = { "zk", "lsp" }, - filetypes = { "markdown" }, - -- on_attach = ... - -- etc, see `:h vim.lsp.start()` - }, - - -- automatically attach buffers in a zk notebook that match the given filetypes - auto_attach = { - enabled = true, - filetypes = { "markdown" }, -- moved to lsp.config above - }, - }, - }) - end, -} -- cgit v1.2.3