R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
155 stars 16 forks source link

Work on sending function #12

Closed PMassicotte closed 8 months ago

PMassicotte commented 8 months ago

There are also some code change due to my lua formatter. If you prefer, I can desable it next time.

PMassicotte commented 8 months ago

I have tried to resolve conflicts directly on Github, but it seems I can not modify the code directly.

I am out of town until Tuesday, I might be a bit slower to respond :)

jalvesaq commented 8 months ago

I'm not using a Lua formatter yet. I will install the one suggested by @she3o. We may standardize the whole code style at any moment, but it might be better when we are not editing so many files simultaneously to avoid creating too many conflicts in the next pull requests.

I invited you two to have access to this repository.

jalvesaq commented 8 months ago

I will try to resolve the conflicts...

jalvesaq commented 8 months ago

I'm sorry, but I can't resolve the conflicts. I can't distinguish what are real changes from what are style changes without becoming confused and making mistakes.

PMassicotte commented 8 months ago

No problems, I will do it tomorrow.

PMassicotte commented 8 months ago

Should be ok now!

PMassicotte commented 8 months ago

You might still see some formatting difference, my stylua uses stylua.toml in the project directory, so the changes should conform with the formatting defined for the project.

jalvesaq commented 8 months ago

OK! Thank you! I will change the stylua.toml...