Skip to content

Commit b5ba17b

Browse files
committed
add logo
1 parent fea59d1 commit b5ba17b

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# coc-css
22

3+
<p align="center">
4+
<img src="images/logo.png" width="160" alt="coc-css logo">
5+
</p>
6+
37
[![CI](https://github.com/neoclide/coc-css/actions/workflows/ci.yml/badge.svg)](https://github.com/neoclide/coc-css/actions/workflows/ci.yml)
48

59
Css language server extension for [coc.nvim](https://github.com/neoclide/coc.nvim).

images/logo.png

-188 KB
Loading

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"files": [
77
"lib/index.js",
88
"lib/server.js",
9+
"images/logo.png",
910
"schemas/package.schema.json",
1011
"history.md"
1112
],

0 commit comments

Comments
 (0)