-
Notifications
You must be signed in to change notification settings - Fork 11
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
Option to ignore #bibliography and add words to the dictionary #40
Comments
Maybe you can change the language for your bibliography #{
// not tested
set text(lang: "en", region: "US")
bibliography("references.bib")
} You should be able to configurate a personal dictionary in your [language-server.typst-languagetool]
command = "typst-languagetool-lsp"
[language-server.typst-languagetool.config]
# options = "./typst-languagetool.json" # load from JSON file
backend = "server"
host = "http://127.0.0.1"
port = "8081"
[language-server.typst-languagetool.config.dictionary]
en-US = ["a", "b", "c"]
[[language]]
name = "typst"
language-servers = ["typst-languagetool"] I hope this works, but I did not test it in helix. EditAdd options argument in toml example. |
I could not configure a custom dictionary from the local Unfortunately just changing the bib language also won't work as I have a lot of german references also.... |
I would like to reopen this issue as I could not manage to get the Is there a workaround for this or can I only use the global config Changes in I would appreciate a little help or direction, thanks :D Unfortunately I do not have permission to reopen which is why I think I have to mention -- sorry for that. @antonWetzel |
Writing in german but having a lot of english references i get a LOT of useless spelling mistakes on my bibliography. It would be nice if this could be deactivated.
Also a nice feature would be be able to add domain specific words to the dictionary. I always find myself looking at warnings that are obviously correct (false positives on domain specific knowledge).
Also please let me know if this is something that is already possible, I have not found any documentation regarding this (Edit: I found the example for vscode but that doesn't really translate into the helix config)
The text was updated successfully, but these errors were encountered: