mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-17 10:02:26 +00:00
changes to lualine
This commit is contained in:
parent
dcc452e395
commit
02aeb7dd24
3 changed files with 41 additions and 47 deletions
|
|
@ -23,15 +23,15 @@ return {
|
|||
theme = 'gruvbox',
|
||||
icons_enabled = false,
|
||||
component_separators = '',
|
||||
section_separators = '',
|
||||
section_separators = { left = '', right = '' },
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { 'mode' },
|
||||
lualine_b = { 'branch', 'diff' },
|
||||
lualine_b = { 'FugitiveHead', 'diff' },
|
||||
lualine_c = { { 'filename', path = 1 } },
|
||||
lualine_x = { 'diagnostics' },
|
||||
lualine_y = { 'filetype' },
|
||||
lualine_z = { 'location' },
|
||||
lualine_z = { 'progress' },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue