Re: Nim documentation like Go

2019-08-29 Thread miran
> 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](https://github.com/alaviss/nim.nvim) gives you even better functionality, IMO. You don't have to type any special command in terminal, as you

Re: Nim documentation like Go

2019-08-28 Thread miran
> written by hand? Yes.

Re: Nim documentation like Go

2019-08-28 Thread jiyinyiyong
curious how the types and snippets in the docs was created, written by hand? [https://nim-lang.org/docs/sequtils.html](https://nim-lang.org/docs/sequtils.html)

Nim documentation like Go

2019-08-28 Thread SebastianM
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: func Println(a ...interface{}) (n int, err error) Println formats using the default formats for its operands and writes to standard output. Spaces

Re: Nim documentation like Go

2019-08-28 Thread Araq
I don't think we have such a tool.