You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this was mentioned but I didn't see any other relevant issues. It appears the LSP attempts to check wikilink syntax within code blocks. Which is probably a rare issue but still doesn't strike me as appropriate behavior.
I only noticed this due to the multi-line string syntax Lua uses.
The text was updated successfully, but these errors were encountered:
require("zk").setup({
picker="telescope",
lsp= {
-- `config` is passed to `vim.lsp.start_client(config)`config= {
cmd= {'zk', 'lsp', '--log', '/tmp/zk-lsp.log'},
name="zk",
},
-- automatically attach buffers in a zk notebook that match the given filetypesauto_attach= {
enabled=true,
filetypes= { "markdown" },
},
},
})
Originally posted by @daephx in #22 (comment)
I don't know if this was mentioned but I didn't see any other relevant issues. It appears the LSP attempts to check wikilink syntax within code blocks. Which is probably a rare issue but still doesn't strike me as appropriate behavior.
I only noticed this due to the multi-line string syntax Lua uses.
The text was updated successfully, but these errors were encountered: