Skip to content

Commit 6257813

Browse files
kpbaksalschena
authored andcommitted
languages: add commit-lsp for git-commit language (helix-editor#14701)
1 parent 17e86a0 commit 6257813

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

book/src/generated/lang-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
| ghostty || | | | | |
8484
| git-attributes || | | | | |
8585
| git-cliff-config ||| | || `taplo`, `tombi` |
86-
| git-commit ||| | | | |
86+
| git-commit ||| | | | `commit-lsp` |
8787
| git-config ||| | | | |
8888
| git-ignore || | | | | |
8989
| git-notes || | | | | |

languages.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ clangd = { command = "clangd" }
2626
clojure-lsp = { command = "clojure-lsp" }
2727
cmake-language-server = { command = "cmake-language-server" }
2828
codeql = { command = "codeql", args = ["execute", "language-server", "--check-errors=ON_CHANGE"] }
29+
commit-lsp = { command = "commit-lsp", args = ["run"] }
2930
crystalline = { command = "crystalline", args = ["--stdio"] }
3031
cs = { command = "cs", args = ["launch", "--contrib", "smithy-language-server", "--", "0"] }
3132
csharp-ls = { command = "csharp-ls" }
@@ -2027,6 +2028,7 @@ indent = { tab-width = 4, unit = " " }
20272028
rulers = [51, 73]
20282029
text-width = 72
20292030
grammar = "gitcommit"
2031+
language-servers = [ "commit-lsp" ]
20302032

20312033
[[grammar]]
20322034
name = "gitcommit"

0 commit comments

Comments
 (0)