-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gitcommit files support #132
Comments
Thanks for the suggestion. Regarding the suggested solutions:
|
In neovim (which I use), we use gitcommit but I guess this is fine.
Indeed you can't represent languages using simple regexes, but with a combination of those, one can have basic things working (say spellcheck comments and so on).
|
This issue is now fixed on If you don't want to wait, you can try out the nightly pre-release tomorrow. Nightly pre-releases are published every morning at around 4am UTC. |
This is implemented now. While LTEX LS will support both |
I don't think we have any issues with this? We just add the custom mapping per server in the lspconfig plugin. I can add it for git-commit no problem. |
@mjlbach That's what I meant with ”if the filetype is mapped to |
Hi and thanks for this awesome tool and your work ! This is a really handy tool !
Is your feature request related to a problem? Please describe.
When I edit my commit message, I like to have the things I write grammar-checked, and I'd like to use ltex-ls for that.
Describe the solution you'd like
There is actually two solutions:
#
)Describe alternatives you've considered
I tried using the
plaintext
version, but it is not that great.Additional context
Not sure if that applies here.
The text was updated successfully, but these errors were encountered: