all repos

gopher.nvim @ 94f5b610124ec2f5ab20510df3252a364baef737

Minimalistic plugin for Go development
1 files changed, 13 insertions(+), 0 deletions(-)
docs: add contributing guide
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 +```