Skip to content

Commit 0d8555e

Browse files
committed
Updated readme header
1 parent a5e1b12 commit 0d8555e

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
1-
<div align="center">
2-
<h1>Explorer.Dotnet.nvim</h1>
1+
<div align="center">
2+
<h1>🌩️ Explorer.Dotnet.nvim</h1>
33
<p>
44
A Neovim plugin for C# development, providing a solution explorer and project
55
management tools.
66
</p>
7-
</div>
87

9-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10-
11-
# Neovim C# Development
8+
<p>
9+
<a href="https://opensource.org/licenses/MIT">
10+
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-e0af68.svg?style=for-the-badge&logo=opensourceinitiative&logoColor=white" />
11+
</a>
12+
<a href="https://github.com/YOUR_USERNAME/Explorer.Dotnet.nvim/actions">
13+
<img alt="CI" src="https://img.shields.io/github/actions/workflow/status/YOUR_USERNAME/Explorer.Dotnet.nvim/ci.yml?style=for-the-badge&label=CI&logo=github&color=9ece6a" />
14+
</a>
15+
<a href="https://github.com/YOUR_USERNAME/Explorer.Dotnet.nvim/stargazers">
16+
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/YOUR_USERNAME/Explorer.Dotnet.nvim?style=for-the-badge&color=7aa2f7&logo=github" />
17+
</a>
18+
</p>
19+
</div># Neovim C# Development
1220

1321
C# is a powerful language, and Neovim is a powerful editor. This project is
1422
part of a series of plugins that aim to bring the best of C# development to

0 commit comments

Comments
 (0)