Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao authored Jul 15, 2022
1 parent 5cde306 commit 764527c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
</p>
<img src="https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua" />
<img src="https://img.shields.io/github/workflow/status/ellisonleao/glow.nvim/default?style=for-the-badge" />
<p>
<img src="https://i.postimg.cc/rynmX2X8/glow.gif" />
</p>
</div>

https://user-images.githubusercontent.com/178641/179131739-36ca2225-9a9e-4894-924e-9e03211c0886.mp4

**Breaking changes are now moved to a fixed topic in Discussions. [Click here](https://github.com/ellisonleao/glow.nvim/discussions/77) to see them**

## Prerequisites
Expand All @@ -25,13 +24,13 @@
with [vim-plug](https://github.com/junegunn/vim-plug)

```
Plug 'ellisonleao/glow.nvim', {'branch': 'main'}
Plug 'ellisonleao/glow.nvim'
```

with [packer.nvim](https://github.com/wbthomason/packer.nvim)

```
use {"ellisonleao/glow.nvim", branch = 'main'}
use {"ellisonleao/glow.nvim"}
```

## Setup
Expand All @@ -53,7 +52,7 @@ To override the custom configuration, call:

```lua
require('glow').setup({
-- your override config
-- your override config
})
```

Expand Down

0 comments on commit 764527c

Please sign in to comment.