Skip to content

Commit 3dba2b1

Browse files
committed
feat(readme): update readme
1 parent 9165b46 commit 3dba2b1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
# LuaSnip Snippets
1+
<h1 align="center">LuaSnip Snippets</h1>
2+
3+
<p align="center">
4+
<a href="https://github.com/TwIStOy/luasnip-snippets/pulse">
5+
<img src="https://img.shields.io/github/last-commit/TwIStOy/luasnip-snippets?style=for-the-badge&logo=github&color=7dc4e4&logoColor=D9E0EE&labelColor=302D41"/></a>
6+
<a href="https://github.com/TwIStOy/luasnip-snippets/stargazers">
7+
<img src="https://img.shields.io/github/stars/TwIStOy/luasnip-snippets?style=for-the-badge&logo=apachespark&color=eed49f&logoColor=D9E0EE&labelColor=302D41"/></a>
8+
<a href="https://github.com/TwIStOy/luasnip-snippets">
9+
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/TwIStOy/luasnip-snippets?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41" /></a>
10+
</p>
211

312
A collection of snippets for various programming language. Some snippets are
413
highly inspired by Jetbrain's IDEs.
514

6-
## Installation
15+
## 📦 Installation
716

817
```lua
918
{
@@ -26,7 +35,7 @@ ls.setup({
2635
})
2736
```
2837

29-
# Configuration
38+
# ⚙️ Configuration
3039

3140
```lua
3241
---@type LSSnippets.Config

0 commit comments

Comments
 (0)