@@ -24,8 +24,8 @@ A starting point/guide for creating custom statusline, statuscolumn, tabline & w
24
24
## ✨ Features
25
25
26
26
- 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 ` .
29
29
30
30
- Fully customisable.
31
31
- Per-window configuration.
@@ -46,12 +46,10 @@ A starting point/guide for creating custom statusline, statuscolumn, tabline & w
46
46
47
47
Guide for creating your own custom statusline, statuscolumn, tabline & winbar are given below,
48
48
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 )
55
53
56
54
## 📐 Installation
57
55
@@ -130,7 +128,14 @@ require("bars.statusline").setup({
130
128
});
131
129
```
132
130
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 )
134
139
135
140
## 🧰 Commands
136
141
0 commit comments