Skip to content

Commit 8de9500

Browse files
authored
doc: simplify installation docs
1 parent befb4f0 commit 8de9500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Using with [Kitty](https://sw.kovidgoyal.net/kitty/)
1515
### Plug
1616

1717
```
18-
Plug 'https://github.com/adelarsq/image_preview.nvim'
18+
Plug 'adelarsq/image_preview.nvim'
1919
```
2020

2121
### Lazy
2222

2323
```lua
2424
{
25-
'https://github.com/adelarsq/image_preview.nvim',
25+
'adelarsq/image_preview.nvim',
2626
event = 'VeryLazy',
2727
config = function()
2828
require("image_preview").setup()

0 commit comments

Comments
 (0)