Skip to content

Zettelkasten LSP doesn't start #520

Closed Answered by rayanamal
rayanamal asked this question in Q&A
Discussion options

You must be logged in to vote

lsp.server_commands expects a lexer name (markdown), not the language file extension (md). So the answer is:

local lsp = require(lsp)
lsp.server_commands.markdown = "zk lsp"

You can find the lexers in the lexers/ directory in the tar.gz installation file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rayanamal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant