1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 03:53:02 +02:00

fix(docs): Formating issues, duplicate header

This commit is contained in:
Jiří Štefka 2024-04-18 18:38:17 +02:00
parent 9691a8d163
commit e8c71d33ff
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -10,7 +10,7 @@
- [Using StyLua and Luacheck directly](#using-stylua-and-luacheck-directly)
- [Using `act`](#using-act)
- [First time setup](#first-time-setup)
- [Using `act`](#using-act)
- [Running `act`](#running-act)
- [Luacheck Issues](#luacheck-issues)
- [StyLua Issues](#stylua-issues)
- [Assets](#assets)
@ -34,15 +34,15 @@ When reporting a new issue or creating a feature request:
If you cannot provide some information say so and why.
4. Wait for feedback
- I'm a college student doing this for free.
I'll try to respond ASAP but finding time for maintaining something like this is hard
so please keep that in mind.
I'll try to respond ASAP but finding time for maintaining something like this
is hard so please keep that in mind.
### Bugs/Issues
To create a new bug report just use the
[Issue Form](https://github.com/jiriks74/presence.nvim/issues/new?assignees=jiriks74&labels=bug&projects=&template=bug_report.yml&title=%5BBug%5D%3A+)
from the selection after clicking the `New Issue` button. The form will guide
you through the process.
from the selection after clicking the `New Issue` button.
The form will guide you through the process.
### Feature Requests
@ -93,9 +93,9 @@ To run Luacheck use the following command in the repository's root directory:
luacheck --config .luacheckrc .
```
To format using StyLua first make sure that you're using StyLua `0.20.0` (`stylua --version`)
to prevent any formatting changes between the versions. Then you can run the following command to
format the code:
To format using StyLua first make sure that you're using StyLua `0.20.0`
(`stylua --version`) to prevent any formatting changes between the versions.
Then you can run the following command to format the code:
```bash
stylua .
@ -126,7 +126,7 @@ in the project's root for easy environment setup.
utilize cache so any subsequent runs will take considerably less time
unless there's a package update.
##### Using `act`
##### Running `act`
Just run `act` without any arguments and it will run all the workflows in the `.github/workflows`
directory.