Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zk to example config #751

Open
notramo opened this issue May 21, 2024 · 4 comments
Open

Add zk to example config #751

notramo opened this issue May 21, 2024 · 4 comments

Comments

@notramo
Copy link

notramo commented May 21, 2024

zk is a CLI tool for managing Zettelkasten notes.
It should be configured to markdown filetype.
It has a .zk directory in the project root.
https://github.com/zk-org/zk/blob/main/docs/editors-integration.md

@notramo
Copy link
Author

notramo commented May 22, 2024

Here is a code snippet that works for me.

[language_server.zk]
filetypes = ["markdown"]
roots = [".zk"]
command = "zk"
args = ["lsp"]

@uncomfyhalomacro
Copy link
Contributor

tbh, the completion will start after typing [[ and deleting it by backspacing twice @notramo or is it just me?

@notramo
Copy link
Author

notramo commented May 27, 2024

I think it's a bug in zk, the latest release has some fixes regarding completion, but I don't know if this particular issue is fixed or not.
zk-org/zk#397

@uncomfyhalomacro
Copy link
Contributor

i don't think so. there is a similar completion bug about unicode latex symbols completion in Julia here. because completions work on Helix just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants