go-client icon indicating copy to clipboard operation
go-client copied to clipboard

Nvim Go client

Results 23 go-client issues
Sort by recently updated
recently updated
newest added

example: https://github.com/neovim/go-client/actions/runs/9061896916/job/24894617688 partial list of failures: ``` 2024-05-13T11:14:00.4084360Z --- FAIL: TestAPI/Command (0.00s) 2024-05-13T11:14:00.4084900Z --- FAIL: TestAPI/Command/Commands (0.00s) 2024-05-13T11:14:00.4085893Z --- FAIL: TestAPI/Command/Commands/Nvim (0.00s) 2024-05-13T11:14:00.4086628Z --- FAIL: TestAPI/Command/Commands/Batch (0.00s) ... 2024-05-13T11:14:00.4106998Z ---...

bug

# Problem The design, and usage, of remote plugins can be simplified, as described in https://github.com/neovim/neovim/issues/27949 tl;dr: - remove the concept of "remote plugins" - instead, any Go module that...

enhancement
area/nvim
area/msgpack

There is an example of writing a plugin which adds Hello command to Nvim On the step 3 "Add the following plugin to Nvim:" there is a code example written...

example
documentation