remove sesname

This commit is contained in:
2024-11-07 14:49:44 -05:00
parent 2adb6d8fbc
commit 6fc09bec00
+5 -5
View File
@@ -45,11 +45,6 @@ return {
lualine_c = { lualine_c = {
"branch", "branch",
"diff", "diff",
{
function()
return require("auto-session.lib").current_session_name(true)
end,
},
}, },
lualine_x = { lualine_x = {
{ {
@@ -65,6 +60,11 @@ return {
cond = lazy_status.has_updates, cond = lazy_status.has_updates,
color = { fg = "#ebcb8b" }, color = { fg = "#ebcb8b" },
}, },
-- {
-- function()
-- return require("auto-session.lib").current_session_name(true)
-- end,
-- },
"encoding", "encoding",
"fileformat", "fileformat",
"filetype", "filetype",