AutoYADM commit: 2025-06-13 17:00:15
This commit is contained in:
parent
3512091403
commit
4929c941ce
1 changed files with 7 additions and 0 deletions
|
@ -125,6 +125,12 @@ hook -group lsp-filetype-python global BufSetOption filetype=python %{
|
||||||
remove-hooks global lsp-filetype-latex
|
remove-hooks global lsp-filetype-latex
|
||||||
hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
|
hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
|
||||||
set-option buffer lsp_servers %{
|
set-option buffer lsp_servers %{
|
||||||
|
[harper-ls]
|
||||||
|
root_globs = ["*"]
|
||||||
|
args = ["--stdio"]
|
||||||
|
command = "harper-ls"
|
||||||
|
[harper-ls.settings.harper-ls.linters]
|
||||||
|
LongSentences = false
|
||||||
[texlab]
|
[texlab]
|
||||||
root_globs = [".git", ".hg"]
|
root_globs = [".git", ".hg"]
|
||||||
[texlab.settings.texlab]
|
[texlab.settings.texlab]
|
||||||
|
@ -152,6 +158,7 @@ hook -group lsp-filetype-latex global BufSetOption filetype=latex %{
|
||||||
""",
|
""",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
map -docstring 'PDF preview search' buffer lsp / ': texlab-forward-search<ret>'
|
||||||
}
|
}
|
||||||
|
|
||||||
remove-hooks global lsp-filetype-javascript
|
remove-hooks global lsp-filetype-javascript
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue