1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 12:03:00 +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 StyLua and Luacheck directly](#using-stylua-and-luacheck-directly)
- [Using `act`](#using-act) - [Using `act`](#using-act)
- [First time setup](#first-time-setup) - [First time setup](#first-time-setup)
- [Using `act`](#using-act) - [Running `act`](#running-act)
- [Luacheck Issues](#luacheck-issues) - [Luacheck Issues](#luacheck-issues)
- [StyLua Issues](#stylua-issues) - [StyLua Issues](#stylua-issues)
- [Assets](#assets) - [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. If you cannot provide some information say so and why.
4. Wait for feedback 4. Wait for feedback
- I'm a college student doing this for free. - 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 I'll try to respond ASAP but finding time for maintaining something like this
so please keep that in mind. is hard so please keep that in mind.
### Bugs/Issues ### Bugs/Issues
To create a new bug report just use the 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+) [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 from the selection after clicking the `New Issue` button.
you through the process. The form will guide you through the process.
### Feature Requests ### Feature Requests
@ -93,9 +93,9 @@ To run Luacheck use the following command in the repository's root directory:
luacheck --config .luacheckrc . luacheck --config .luacheckrc .
``` ```
To format using StyLua first make sure that you're using StyLua `0.20.0` (`stylua --version`) To format using StyLua first make sure that you're using StyLua `0.20.0`
to prevent any formatting changes between the versions. Then you can run the following command to (`stylua --version`) to prevent any formatting changes between the versions.
format the code: Then you can run the following command to format the code:
```bash ```bash
stylua . 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 utilize cache so any subsequent runs will take considerably less time
unless there's a package update. 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` Just run `act` without any arguments and it will run all the workflows in the `.github/workflows`
directory. directory.