diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b3a3c7b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,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 +```