Remove icons for fileformat and filetype in statusline
This commit is contained in:
@@ -36,9 +36,9 @@ require("lualine").setup({
|
|||||||
{ "diagnostics", sources = { "nvim_lsp", }, },
|
{ "diagnostics", sources = { "nvim_lsp", }, },
|
||||||
},
|
},
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
"filetype",
|
"bo:filetype",
|
||||||
"encoding",
|
"encoding",
|
||||||
"fileformat",
|
"bo:fileformat",
|
||||||
"progress",
|
"progress",
|
||||||
"location",
|
"location",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user