From 07c2ad83e66948267263a7e5eded38ae35da0066 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 24 Sep 2023 09:38:44 +0200 Subject: [PATCH] Remove icons for fileformat and filetype in statusline --- lua/plugins/lualine.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index f2ea455..88c1184 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -36,9 +36,9 @@ require("lualine").setup({ { "diagnostics", sources = { "nvim_lsp", }, }, }, lualine_x = { - "filetype", + "bo:filetype", "encoding", - "fileformat", + "bo:fileformat", "progress", "location", },