Moved filename from lualine to incline
This commit is contained in:
@@ -86,10 +86,10 @@ return {
|
||||
return { bg = mode_color[vim.fn.mode()], fg = colors.bg }
|
||||
end,
|
||||
}
|
||||
local filename = {
|
||||
"filename",
|
||||
color = { fg = colors.magenta, bg = "None", gui = "bold" },
|
||||
}
|
||||
-- local filename = {
|
||||
-- "filename",
|
||||
-- color = { fg = colors.magenta, bg = "None", gui = "bold" },
|
||||
-- }
|
||||
local branch = {
|
||||
"branch",
|
||||
icon = "",
|
||||
@@ -283,7 +283,8 @@ return {
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { mode },
|
||||
lualine_b = { filename, branch },
|
||||
-- lualine_b = { filename, branch },
|
||||
lualine_b = { branch },
|
||||
-- lualine_c = { diagnostics, sep, harpoon },
|
||||
lualine_c = { sep, harpoon },
|
||||
-- lualine_x = { copilot, diff, fileformat, lazy, mason },
|
||||
|
||||
Reference in New Issue
Block a user