Skip to content

Commit b07701f

Browse files
authored
chore: remove pngs from .github folder and use direct links for imgs in README.md (#1642)
1 parent b01e7be commit b07701f

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

.github/example.help.png

-149 KB
Binary file not shown.

.github/example.tree.png

-135 KB
Binary file not shown.

.github/screenshot-alex-courtis.png

-133 KB
Binary file not shown.

.github/screenshot.png

-243 KB
Binary file not shown.

.github/screenshot2.png

-615 KB
Binary file not shown.

.github/screenshot3.png

-78.5 KB
Binary file not shown.

.github/screenshot4.png

-565 KB
Binary file not shown.

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![CI](https://github.com/nvim-tree/nvim-tree.lua/actions/workflows/ci.yml/badge.svg)](https://github.com/nvim-tree/nvim-tree.lua/actions/workflows/ci.yml)
44

5-
<img align="left" width="149" height="484" src=".github/example.tree.png?raw=true">
6-
<img align="left" width="149" height="484" src=".github/example.help.png?raw=true">
5+
<img align="left" width="149" height="484" src="https://user-images.githubusercontent.com/17254073/195207026-f3434ba1-dc86-4c48-8ab3-b2efc3b85227.png">
6+
<img align="left" width="149" height="484" src="https://user-images.githubusercontent.com/17254073/195207023-7b709e35-7f10-416b-aafb-5bb61268c7d3.png">
77

88
Automatic updates
99

@@ -183,23 +183,28 @@ Let us know you're interested by commenting on issues and raising PRs.
183183

184184
### kyazdani42
185185

186-
![alt text](.github/screenshot.png?raw=true "kyazdani42 tree")
186+
![alt text](https://user-images.githubusercontent.com/17254073/195207043-e1829a8b-7e73-4f7a-97b2-f65dc31387ce.png "kyazdani42 tree")
187187

188188
### alex-courtis
189189

190190
[nvim-tree.lua](https://github.com/alex-courtis/arch/blob/b5f24e0e7b6554b338e40b3d60f1be437f273023/config/nvim/lua/amc/nvim-tree.lua)
191191

192-
<img src=".github/screenshot-alex-courtis.png?raw=true" alt="alex-courtis tree" width="139" height="513">
192+
<img src="https://user-images.githubusercontent.com/17254073/195207031-f06d1430-4778-4ab5-89e3-7e53a8bb73d2.png" alt="alex-courtis tree" width="139" height="513">
193193

194194
### akin909
195195

196-
![alt text](.github/screenshot2.png?raw=true "akin909 tree")
196+
![alt text](https://user-images.githubusercontent.com/17254073/195207056-46163330-a5b0-40ec-ab4a-16a9589076f9.png "akin909 tree")
197197

198198
### stsewd
199199

200-
![alt text](.github/screenshot3.png?raw=true "stsewd tree")
200+
![alt text](https://user-images.githubusercontent.com/17254073/195207071-b3bc5933-8b82-413b-8a27-02eab19ce01c.png "stsewd tree")
201201

202202
### reyhankaplan
203203

204-
![alt text](.github/screenshot4.png?raw=true "reyhankaplan tree")
204+
![alt text](https://user-images.githubusercontent.com/17254073/195207077-6bc4eddc-11b2-4d9d-9bdb-ea72f8307360.png "reyhankaplan tree")
205+
206+
### almo7aya
207+
> nvim-tree on floating mode
208+
209+
![alt text](https://user-images.githubusercontent.com/17254073/195207307-2dfdad07-0284-4380-b5b8-f2df36c16cec.png "almo7aya tree")
205210

0 commit comments

Comments
 (0)