AutoYADM commit: 2025-06-14 01:44:59
This commit is contained in:
parent
75db3c4510
commit
f46d0bd419
3 changed files with 16 additions and 1 deletions
|
@ -153,6 +153,9 @@ hook -group lsp-filetype-python global BufSetOption filetype=python %{
|
|||
|
||||
remove-hooks global lsp-filetype-latex
|
||||
hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
|
||||
declare-option str foobartest %{
|
||||
dictionary = { "en-US" = ["builtin", "Fichtinger", "SonarAuth", "sexpenis" ], "en-CA" = ["more", "words"] }
|
||||
}
|
||||
set-option buffer lsp_servers %{
|
||||
[ltex-ls-plus]
|
||||
root_globs = [".git", ".hg", "main.tex"]
|
||||
|
@ -160,7 +163,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", "SonarAuth" ] }
|
||||
%opt{foobartest}
|
||||
|
||||
[texlab]
|
||||
root_globs = [".git", ".hg"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue