gopher.nvim/CONTRIBUTING.md
2022-07-11 23:35:54 +03:00

13 lines
320 B
Markdown

# 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
```