diff options
| author | 2025-10-05 19:17:34 +0300 | |
|---|---|---|
| committer | 2025-10-05 19:17:34 +0300 | |
| commit | 87f61d4d95330768ea4dcec002c12b324d86b581 (patch) | |
| tree | edfdbb01ddb7be0d4239b13446c8f54537ad0ca6 /config/nvim/lua/plugins/zk.lua | |
| parent | Чт 19 июн 2025 11:18:03 MSK (diff) | |
| download | dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.tar.gz dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.tar.bz2 dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.tar.xz dotfiles-87f61d4d95330768ea4dcec002c12b324d86b581.zip | |
sync
Diffstat (limited to '')
| -rw-r--r-- | config/nvim/lua/plugins/zk.lua | 26 |
1 files changed, 0 insertions, 26 deletions
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, -} |
