lualine: hide filename
This commit is contained in:
parent
0ed2ecd5f9
commit
2a3a14de15
1 changed files with 10 additions and 6 deletions
|
@ -80,6 +80,10 @@ require("lazy").setup({
|
||||||
-- color scheme
|
-- color scheme
|
||||||
theme = "tokyonight",
|
theme = "tokyonight",
|
||||||
},
|
},
|
||||||
|
-- hide filename
|
||||||
|
sections = {
|
||||||
|
lualine_c = {},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue