diff --git a/.config/kak/autoload/lsp.kak b/.config/kak/autoload/lsp.kak index d4a67d29..1f9a3b53 100644 --- a/.config/kak/autoload/lsp.kak +++ b/.config/kak/autoload/lsp.kak @@ -128,7 +128,10 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{ [ltex-ls-plus] root_globs = [".git", ".hg", "main.tex"] [ltex-ls-plus.settings.ltex] - dictionary = { "en-US" = ["builtin", %sh{printf '"Fichtinger"'} ] } + # TODO: write a script where the dictionary is a list of words + # that's read from a file and then output in TOML format. + # This way we can implement adding our own words to this list dynamically + dictionary = { "en-US" = ["builtin", "Fichtinger" ] } [texlab] root_globs = [".git", ".hg"]