Skip to content

Commit

Permalink
minor lualine changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Nov 24, 2023
1 parent ae609bc commit e3a518f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .config/nvim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ M.config = function()
icons_enabled = true,
theme = 'auto',
-- theme = one_dark_theme,
component_separators = '|',
-- component_separators = '|',
component_separators = { left = '', right = '' },
section_separators = { right = '', left = '' },
disabled_filetypes = {
winbar = { 'fugitive', 'git', 'NvimTree' },
Expand Down Expand Up @@ -108,15 +109,15 @@ M.config = function()
end
return table.concat(all_client_names, ', ')
end,
icon = ' ',
icon = '',
color = { fg = colors.whiter, gui = 'bold' },
},
'fileformat',
'filetype',
'progress',
},
lualine_z = {
'%l/%L',
'%l/%c',
'searchcount',
{
function()
Expand Down

0 comments on commit e3a518f

Please sign in to comment.