1 files changed,
13 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-07-11 23:35:54 +0300
Parent:
e4942aa
A
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 +```