Results 368 comments of rayx

Could you be more specific? What TS parser are you using and what error you saw?

I have some codes from early version of https://github.com/glepnir/nvim which is MIT. If you see codes included are GPL. Please share me the link. I am happy to remove/rewrite those.

Using `toggleterm` by calling `require'toggleterm'` does not violate GPL. The repo does not include `toggleterm` source codes nor modified version of `toggleterm`

Is the folder in first screen shot looks correct? what is the current working folder in nvim when you run the tests?

I think I will need the output when you build/test/run the go project. It might related to special characters output to the terminal. You can fuzzy your PII in the...

I pushed a new version. But I have no idea if it does the job as I have no idea what kind of output you saw. If it is not...

In fact, as @edgardleal suggested, it is more of a recommended way to move around between windows, check `help CTRL-W` and `help CTRL-W_w`. Also, each time you run `GoDoc` it...

As of the latest version You may need to explicitly set ``` gofmt = 'golines' goimport = 'golines' max_line_len = 128 ``` So the line constraint will apply for both...

Yes, richgo will overrides default test_runner if running in floating term... This is because it looks better in floating terminal. Do you want me adding `-v` to the `richgo test`...