From f7ba4ceaab3131b8d7f334cfd394ff9c5ee9bd8e Mon Sep 17 00:00:00 2001 From: d1rebear <19630734+d1rebear@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:57:38 +0300 Subject: [PATCH] README: reorder components list alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0b9ce9c..02be77b2 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,6 @@ sections = {lualine_a = {'mode'}} #### Available components - `branch` (git branch) -- `tag` (git tag) - `buffers` (shows currently available buffers) - `diagnostics` (diagnostics count from your preferred source) - `diff` (git diff status) @@ -267,6 +266,7 @@ sections = {lualine_a = {'mode'}} - `searchcount` (number of search matches when hlsearch is active) - `selectioncount` (number of selected characters or lines) - `tabs` (shows currently available tabs) +- `tag` (git tag) - `windows` (shows currently available windows) #### Custom components