Skip to content
Discussion options

You must be logged in to vote

I did it! :)

You should be able to switch languages using front matter in Markdown, and settings must be for each language, hence I have them twice for US and GB English.

config = { ltex.disabledRules = { "en-US" = [
  "PROFANITY",
], "en-GB" = [
  "PROFANITY",
] }, ltex.dictionary = { "en-US" = [
  "madeupword",
], "en-GB" = [
  "madeupword",
] } }

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@David-Else
Comment options

@Marsevil
Comment options

@nshern
Comment options

@cunha
Comment options

Answer selected by David-Else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants