Skip to content

Commit

Permalink
added release badge
Browse files Browse the repository at this point in the history
  • Loading branch information
codeitlikemiley committed Dec 18, 2023
1 parent 9826bba commit 5728a18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Rust Build and Test](https://github.com/codeitlikemiley/snip/actions/workflows/test.yml/badge.svg)](https://github.com/codeitlikemiley/snip/actions/workflows/test.yml)

[![release](https://github.com/codeitlikemiley/snip/actions/workflows/release.yml/badge.svg)](https://github.com/codeitlikemiley/snip/actions/workflows/release.yml)

Note: This is an additional tools to be used with my [Neovide Neovim](https://github.com/codeitlikemiley/nvim) rust setup.

> VSCode Snippet Compatible
Expand Down Expand Up @@ -45,7 +47,7 @@ $env:Path += ";C:\Users\YourUsername\bin"

## Managing Multiple Snippets File for Different Languages

You can use the command `snip config <path>` to change the Snippets File on Runtime.
You can use the command `snip config <path>` to change the Snippets File on Runtime.

Note: This is quite useful when you want to manage different Snippets File for different languages.

Expand Down Expand Up @@ -252,4 +254,3 @@ snip config --help
# Config Snippet
snip config <path>
```

0 comments on commit 5728a18

Please sign in to comment.