tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
40 stars 34 forks source link

Example Neovim and Helix configs for beginners #47

Open anton-trunov opened 4 months ago

anton-trunov commented 4 months ago

It would be nice to have simple but full config files for Neovim and Helix, so that beginners could simply download those and start immediately hack on their Tact projects.

What do you think @novusnota?

I guess this could be extended to Vim and Emacs as well.

Or we could even extend it to a repo that explains how to set up development environments using various editors/IDEs together with a Node.js package manager and Blueprint/Sandbox. I think this could be supported by a bounty.

novusnota commented 4 months ago

@anton-trunov

Perhaps, those should be added to tact-docs, in the Tools section. Or, maybe the Getting started section can be extended. Or both, not sure now.

Also, I have some ideas regarding Ansible — to make a one-button declarative setup of everything needed, which won't hurt the system if some config is already present. But it may be an overkill, and just putting stuff to docs would make more sense :)

P.S.: Although not the standalone config, I've made that mini-guide I gave you for tact.vim into a part of the README, which gets a person from 0 to writing Tact code — see the "First time in Vim 8+? Read this instead" part

anton-trunov commented 4 months ago

Perhaps, those should be added to tact-docs

Yeah, this makes sense. I'll move the issue there.