style: configure lualine_a to show mode

This commit is contained in:
2024-08-23 10:33:58 -04:00
parent 6d9f066bae
commit 4f827f7b08
+3 -1
View File
@@ -32,7 +32,9 @@ return {
component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },
}, },
sections = { sections = {
lualine_a = { "mode" }, lualine_a = {
{ "mode" },
},
lualine_b = { lualine_b = {
{ "branch" }, { "branch" },
}, },