13 lines
320 B
Markdown
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
|
|
```
|