From 5193ce1bcb6bf50562a80dfcbe78c933028ab8a0 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 22 Dec 2022 18:54:56 -0800 Subject: [PATCH] Allow icons --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 9177ef0..12f2ae8 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -18,7 +18,7 @@ require('lualine').setup { component_separators = {left = '', right = ''}, disabled_filetypes = {statusline = {}, winbar = {}}, globalstatus = false, - icons_enabled = false, + icons_enabled = true, ignore_focus = {}, refresh = {statusline = 1000, tabline = 1000, winbar = 1000}, section_separators = {left = '', right = ''},