From 4859336ea0b05d5cb54ebadcb80d1b6982c96b0c Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 6 Jun 2023 06:45:25 -0600 Subject: fine tune settings, lualine now looks like power/air line --- lua/plugins/lualine.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/plugins/lualine.lua') diff --git a/lua/plugins/lualine.lua b/lua/plugins/lualine.lua index a90a94c..be54a4f 100644 --- a/lua/plugins/lualine.lua +++ b/lua/plugins/lualine.lua @@ -2,10 +2,10 @@ return { 'nvim-lualine/lualine.nvim', opts = { options = { - icons_enabled = false, + icons_enabled = true, theme = 'dracula-nvim', - component_separators = '|', - section_separators = '', + -- component_separators = '|', + -- section_separators = '', }, }, } -- cgit v1.2.3-54-g00ecf