brymer-meneses / grammar-guard.nvim

Grammar Guard is a Neovim plugin that checks your grammar as you write your LaTeX, Markdown or plain text document.
Apache License 2.0
154 stars 6 forks source link

Can I send a patch with custom command here? #4

Open lbiaggi opened 2 years ago

lbiaggi commented 2 years ago

Hi, Can I send here the code to work with ltex-ls custom actions here?

Regards, Lucas

brymer-meneses commented 2 years ago

Hi, Can I send here the code to work with ltex-ls custom actions here?

Yes, sure thing! I have been planning to implement it for a while now but I have been so busy with acads lately.

Would you consider being a collaborator to this git repo?

Thanks, Brymer

lbiaggi commented 2 years ago

Would you consider being a collaborator to this git repo?

Sure

brymer-meneses commented 2 years ago

Would you consider being a collaborator to this git repo?

Sure

Thanks! I just sent you an invitation to have access to this repo.

David-Else commented 2 years ago

Since the ltex-ls pull request was merged , will this repo be updated and provide the extra functionality of adding words to the dictionary? It is the big missing feature, or maybe there is a way to do that somehow now?

brymer-meneses commented 2 years ago

Since the ltex-ls pull request was merged , will this repo be updated and provide the extra functionality of adding words to the dictionary? It is the big missing feature, or maybe there is a way to do that somehow now?

Hello, yes. I just started uni and I spend most of my time doing requirements. But I assure you that I will start working on this as soon as I am free from these academic tasks.

David-Else commented 2 years ago

@brymer-meneses Have a great time at uni!!! :)

brymer-meneses commented 2 years ago

@brymer-meneses Have a great time at uni!!! :)

Thank you!

mjlbach commented 2 years ago

Happy to help this along if you need to ping someone (reasonably) knowledgeable about the built-in client with questions. I'm hoping the number of these server specific plugins continue to grow.

lbiaggi commented 2 years ago

Hi guys this week or next one I will resume the work.

David-Else commented 2 years ago

Any update for 2022?

Aetf commented 2 years ago

I implemented custom commands in my personal configs. It only depends on lspconfig. In case anyone finds it useful: https://github.com/Aetf/ucw.nvim/blob/main/lua/ucw/lsp/lang/ltex.lua