diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-13 09:47:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-13 09:47:40 +0300 |
| commit | c7f14a2cd838d682214564930a143624b5e4a916 (patch) | |
| tree | 642e7b951fb528d2e89b41e16dc217671d9ce508 | |
| parent | 51f1370444e9cd5befa4788e191daf080b9490d7 (diff) | |
add languagesrver via ltex-ls to helix
| -rw-r--r-- | dotfiles/helix/languages.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dotfiles/helix/languages.toml b/dotfiles/helix/languages.toml index 60e6a19..33a3f0d 100644 --- a/dotfiles/helix/languages.toml +++ b/dotfiles/helix/languages.toml @@ -34,6 +34,9 @@ rangeVariableTypes = true [language-server.golangci-lint-lsp] command = "golangci-lint-langserver" +[language-server.ltex-ls] +command = "/home/paul/java/ltex-ls/bin/ltex-ls" + # golangci-lint-langserver depepds/calls golangci-lint # go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest [language-server.golangci-lint-lsp.config] @@ -162,7 +165,7 @@ scope = "source.md" injection-regex = "md|markdown" file-types = ["md", "markdown", "mkd", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", "gmi", "tpl", "txt" ] roots = [".marksman.toml"] -language-servers = [ "marksman", "markdown-oxide", "vale-ls", "hexai-lsp"] +language-servers = [ "marksman", "markdown-oxide", "vale-ls", "hexai-lsp", "ltex-ls"] indent = { tab-width = 2, unit = " " } [[grammar]] |
