From ef59006298eb725d27725d5396377904bbc9b6d0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 13 Jun 2025 17:50:15 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-13 17:50:15 --- .config/kak/autoload/lsp.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/kak/autoload/lsp.kak b/.config/kak/autoload/lsp.kak index 1f9a3b53..e96121e6 100644 --- a/.config/kak/autoload/lsp.kak +++ b/.config/kak/autoload/lsp.kak @@ -131,7 +131,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{ # 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" ] } + dictionary = { "en-US" = ["builtin", "Fichtinger", "SonarAuth" ] } [texlab] root_globs = [".git", ".hg"]