lualine: hide filename

This commit is contained in:
Guanran Wang 2024-02-20 01:47:28 +08:00
parent 0ed2ecd5f9
commit 2a3a14de15
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -80,6 +80,10 @@ require("lazy").setup({
-- color scheme
theme = "tokyonight",
},
-- hide filename
sections = {
lualine_c = {},
},
},
},