Hi guys,
Is anyone familliar with Golang documentation?
If you type go doc fmt Println in terminal you can get a small peace of information:
right there in terminal.
I found that nim does something similar with html (generates html from the module - nim doc) But is there a way to retreve information and view them in terminal just like in Go? Should I install any additional packages?
curious how the types and snippets in the docs was created, written by hand?
written by hand?
Yes.
If you type go doc fmt Println in terminal you can get a small peace of information (...) right there in terminal.
This nim plugin for Neovim gives you even better functionality, IMO. You don't have to type any special command in terminal, as you type it gives you code completion and you can see the whole documentation in a separate nvim window: see the video from its readme.