Compare commits

..

2 commits

Author SHA1 Message Date
9bbdb8d48a
docs/manual: add plugins page
This should be helpful for listing known plugin behaviour where the behaviour is undesirable, but also unfixable
2024-05-23 03:27:23 +03:00
f9343f1bc7
statusline/lualine: equalize padding 2024-05-23 03:20:21 +03:00
3 changed files with 45 additions and 0 deletions

View file

@ -17,6 +17,10 @@ configuring.md
hacking.md hacking.md
``` ```
```{=include=} appendix html:into-file=//plugins.html
plugins.md
```
```{=include=} appendix html:into-file=//options.html ```{=include=} appendix html:into-file=//options.html
options.md options.md
``` ```

13
docs/manual/plugins.md Normal file
View file

@ -0,0 +1,13 @@
# Plugin specific quirks {#ch-plugins}
At times, certain plugins refuse to play nicely. Be it as a result of generating
lua from Nix, or the state of packaging. This page shall list any plugins that
are known to misbehave, and potential workarounds.
<!--
If adding a new section, uncomment this part and add your page to
plugins/<page>.md
```{=include=} chapters
plugins/page.md
```
-->

View file

@ -153,6 +153,13 @@ in {
}, },
} }
'' ''
''
{
"",
draw_empty = true,
separator = { left = '', right = '' }
}
''
]; ];
}; };
@ -175,6 +182,13 @@ in {
separator = {right = ''} separator = {right = ''}
} }
'' ''
''
{
"",
draw_empty = true,
separator = { left = '', right = '' }
}
''
]; ];
}; };
@ -263,6 +277,13 @@ in {
type = listOf str; type = listOf str;
description = "active config for: | A | B | C X | (Y) | Z |"; description = "active config for: | A | B | C X | (Y) | Z |";
default = [ default = [
''
{
"",
draw_empty = true,
separator = { left = '', right = '' }
}
''
'' ''
{ {
'searchcount', 'searchcount',
@ -285,6 +306,13 @@ in {
type = listOf str; type = listOf str;
description = "active config for: | A | B | C X | Y | (Z) |"; description = "active config for: | A | B | C X | Y | (Z) |";
default = [ default = [
''
{
"",
draw_empty = true,
separator = { left = '', right = '' }
}
''
'' ''
{ {
"progress", "progress",