grammar-guard.nvim icon indicating copy to clipboard operation
grammar-guard.nvim copied to clipboard

Can I send a patch with custom command here?

Open lbiaggi opened this issue 4 years ago • 11 comments

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

Regards, Lucas

lbiaggi avatar Oct 07 '21 17:10 lbiaggi

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

brymer-meneses avatar Oct 07 '21 17:10 brymer-meneses

Would you consider being a collaborator to this git repo?

Sure

lbiaggi avatar Oct 07 '21 18:10 lbiaggi

Would you consider being a collaborator to this git repo?

Sure

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

brymer-meneses avatar Oct 07 '21 19:10 brymer-meneses

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?

David-Else avatar Nov 10 '21 09:11 David-Else

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.

brymer-meneses avatar Nov 10 '21 11:11 brymer-meneses

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

David-Else avatar Nov 10 '21 12:11 David-Else

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

Thank you!

brymer-meneses avatar Nov 15 '21 12:11 brymer-meneses

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.

mjlbach avatar Nov 16 '21 06:11 mjlbach

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

lbiaggi avatar Nov 16 '21 09:11 lbiaggi

Any update for 2022?

David-Else avatar Jan 06 '22 15:01 David-Else

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

Aetf avatar Mar 10 '22 07:03 Aetf