Skip to content

Commit

Permalink
Move icons/gifs in their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed May 19, 2024
1 parent a691700 commit 2c59040
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ LSP Server wrapper for the exceptional [Bacon](https://dystroy.org/bacon/) expos

See `bacon-ls` 🐽 blog post: https://lmno.lol/crisidev/bacon-language-server

![Bacon screenshot](./screenshot.png)
![Bacon screenshot](./img/screenshot.png)

`bacon-ls` 🐽 is meant to be easy to include in your IDE configuration.

<!-- vim-markdown-toc Marked -->

- [Features - ✅ done 🕖 in progress 🌍 future](#features---✅-done-🕖-in-progress-🌍-future)
- [Installation](#installation)
- [Configuration](#configuration)
- [Neovim - LazyVim](#neovim---lazyvim)
- [Neovim - Manual](#neovim---manual)
- [How does it work?](#how-does-it-work?)
- [Thanks](#thanks)
* [Features - ✅ done 🕖 in progress 🌍 future](#features---✅-done-🕖-in-progress-🌍-future)
* [Installation](#installation)
* [Configuration](#configuration)
* [Neovim - LazyVim](#neovim---lazyvim)
* [Neovim - Manual](#neovim---manual)
* [How does it work?](#how-does-it-work?)
* [Thanks](#thanks)

<!-- vim-markdown-toc -->

Expand All @@ -38,7 +38,7 @@ See `bacon-ls` 🐽 blog post: https://lmno.lol/crisidev/bacon-language-server
- 🌍 VsCode extension and configuration
- 🌍 Emacs configuration

![Bacon gif](./bacon-ls.gif)
![Bacon gif](./img/bacon-ls.gif)

## Installation

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "crisidev",
"version": "0.2.0",
"private": true,
"icon": "icon.png",
"icon": "img/icon.png",
"repository": {
"url": "https://github.com/crisidev/bacon-ls.git",
"type": "git"
Expand Down

0 comments on commit 2c59040

Please sign in to comment.