Remove icons for fileformat and filetype in statusline

This commit is contained in:
2023-09-24 09:38:44 +02:00
parent ae7b2fac24
commit 07c2ad83e6
+2 -2
View File
@@ -36,9 +36,9 @@ require("lualine").setup({
{ "diagnostics", sources = { "nvim_lsp", }, },
},
lualine_x = {
"filetype",
"bo:filetype",
"encoding",
"fileformat",
"bo:fileformat",
"progress",
"location",
},