Harper-ls with git-commit files #11653
Answered
by
SkypLabs
masriomarm
asked this question in
Troubleshooting
-
|
I'm trying to run harper-ls for spell checking on git-commit. Doesn't seem to work, despite working for md files. Has anyone made it work? |
Beta Was this translation helpful? Give feedback.
Answered by
SkypLabs
Nov 23, 2025
Replies: 1 comment 3 replies
-
|
Helix has a built-in language configuration for Git commit and merge messages: Lines 1925 to 1933 in b6ccbdd All you need to do is to add Harper to the list of language servers of the [[language]]
name = "git-commit"
language-servers = [ "harper-ls" ] |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've made a blog post about it: https://blog.skyplabs.net/posts/helix-git-commit/.