Skip to content

Commit 3729d8c

Browse files
committed
fix: Changed file names due to character restrictions on Windows(& MacOS)
Closes #4
1 parent 2ac6645 commit 3729d8c

13 files changed

+30
-22
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ A starting point/guide for creating custom statusline, statuscolumn, tabline & w
2424
## ✨ Features
2525

2626
- Actually fast,
27-
- Termux: average: `5ms`, lowest: `2ms`.
28-
- MacOS: average: `0.5ms`, lowest: `0.2ms`.
27+
- Termux: average: `7ms`, lowest: `5ms`.
28+
- MacOS: average: `2ms`, lowest: `1.8ms`.
2929

3030
- Fully customisable.
3131
- Per-window configuration.
@@ -46,12 +46,10 @@ A starting point/guide for creating custom statusline, statuscolumn, tabline & w
4646

4747
Guide for creating your own custom statusline, statuscolumn, tabline & winbar are given below,
4848

49-
<!-- Demo here -->
50-
51-
- [Statuscolumn](https://github.com/OXY2DEV/bars.nvim/wiki/Guide:-Statuscolumn)
52-
- [Statusline](https://github.com/OXY2DEV/bars.nvim/wiki/Guide:-Statusline)
53-
- [Winbar](https://github.com/OXY2DEV/bars.nvim/wiki/Guide:-Winbar)
54-
- [Tabline](https://github.com/OXY2DEV/bars.nvim/wiki/Guide:-Tabline)
49+
- [Statuscolumn](https://github.com/OXY2DEV/bars.nvim/wiki/Guide_Statuscolumn)
50+
- [Statusline](https://github.com/OXY2DEV/bars.nvim/wiki/Guide_Statusline)
51+
- [Winbar](https://github.com/OXY2DEV/bars.nvim/wiki/Guide_Winbar)
52+
- [Tabline](https://github.com/OXY2DEV/bars.nvim/wiki/Guide_Tabline)
5553

5654
## 📐 Installation
5755

@@ -130,7 +128,14 @@ require("bars.statusline").setup({
130128
});
131129
```
132130

133-
Check the [wiki]() to learn about all the configuration options!
131+
Check the [wiki](https://github.com/OXY2DEV/bars.nvim/wiki/Home) to learn about all the configuration options!
132+
133+
Usage instructions for different modules,
134+
135+
- [Statuscolumn](https://github.com/OXY2DEV/bars.nvim/wiki/Usage_Statuscolumn)
136+
- [Statusline](https://github.com/OXY2DEV/bars.nvim/wiki/Usage_Statusline)
137+
- [Winbar](https://github.com/OXY2DEV/bars.nvim/wiki/Usage_Winbar)
138+
- [Tabline](https://github.com/OXY2DEV/bars.nvim/wiki/Usage_Tabline)
134139

135140
## 🧰 Commands
136141

bars.nvim.wiki

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)