refactor: update the lualine to include file path

This commit is contained in:
Dinesh Salunke 2023-06-26 11:39:01 +05:30
parent dc183681d1
commit ff593d69d9

View File

@ -19,18 +19,15 @@ return {
}, },
sections = { sections = {
lualine_a = { lualine_a = {
"mode", { "mode", icons_enabled = true },
},
lualine_b = {
"branch",
"diff",
"diagnostics",
}, },
lualine_b = { "branch", "diff", "diagnostics" },
lualine_c = { lualine_c = {
{ "filetype", icon_only = true, separator = "", padding = { left = 1, right = 0 } }, { "filename", path = 1 },
{
"filename",
path = 1,
symbols = {
modified = require("config.icons").FileModified,
},
},
}, },
}, },
}, },