Compare commits

...

5 commits

Author SHA1 Message Date
raf
36d1862e44
Merge branch 'main' into docs-priority 2025-05-06 09:16:43 +00:00
f07468e13a
ci: fix labeler config
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
2025-05-06 12:06:33 +03:00
raf
e884b40071
Merge branch 'main' into docs-priority 2025-05-06 09:04:32 +00:00
raf
d330db08e0
Merge pull request #886 from menghaoyu2002/fix/bufferline-indicator-typo
docs: fix typo in nvim-bufferline options description
2025-05-06 09:02:29 +00:00
myu
9e94587102 tabline/bufferline: fix typo in the word "indicator" 2025-05-05 20:02:37 -04:00
2 changed files with 2 additions and 2 deletions

2
.github/labels.yml vendored
View file

@ -24,7 +24,7 @@
- any-glob-to-any-file: - any-glob-to-any-file:
- .github/workflows/*.yml - .github/workflows/*.yml
- .github/typos.toml - .github/typos.toml
. .github/dependabot.yml - .github/dependabot.yml
"topic: meta": "topic: meta":
- any: - any:

View file

@ -109,7 +109,7 @@ in {
type = nullOr str; type = nullOr str;
default = null; default = null;
description = '' description = ''
The indicatotor icon to use for the current buffer. The indicator icon to use for the current buffer.
::: {.warning} ::: {.warning}
This **must** be omitted while style is not `icon` This **must** be omitted while style is not `icon`