all repos

gopher.nvim @ v0.1.4

Minimalistic plugin for Go development

gopher.nvim/CONTRIBUTING.md(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
# Contributing to `gopher.nvim`

Thank you for looking to contributing

### Styling and formatting

Code is formatted by [stylua](https://github.com/JohnnyMorganz/StyLua) and linted using [selene](https://github.com/Kampfkarren/selene).
You can install these with:

```bash
cargo install stylua
cargo install selene
```