Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
budchirp committed Aug 18, 2024
1 parent aaec9f7 commit 9bbb31a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml → .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Lint

on: [push, pull_request]

Expand All @@ -12,4 +12,4 @@ jobs:
- uses: NTBBloodbath/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --display-style=quiet lua
args: --display-style=quiet lua/oxygen
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<h1 align="center">extensions</h1>
<h2 align="center">Extensions for OxygeNvim</h2>
<div align="center">
<h1>extensions</h1>
<h2>Extensions for OxygeNvim</h2>
</div>

<p align="center">
<div align="center">
<img alt="Stargazers" src="https://img.shields.io/github/stars/OxygeNvim/extensions?style=for-the-badge&colorA=0b1221&colorB=ff8e8e" />
<img alt="Last commit" src="https://img.shields.io/github/last-commit/OxygeNvim/extensions?style=for-the-badge&colorA=0b1221&colorB=BDB0E4" />
<img alt="Issues" src="https://img.shields.io/github/issues/OxygeNvim/extensions?style=for-the-badge&colorA=0b1221&colorB=FBC19D" />
</p>
</div>

0 comments on commit 9bbb31a

Please sign in to comment.