parent
cd0acc3b07
commit
ee500f5507
|
@ -1,8 +1,8 @@
|
|||
require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
-- theme = 'gruvbox',
|
||||
-- theme = 'auto',
|
||||
theme = 'gruvbox',
|
||||
component_separators = { left = '', right = '' },
|
||||
section_separators = { left = '', right = '' },
|
||||
disabled_filetypes = {
|
||||
|
@ -39,5 +39,5 @@ require('lualine').setup {
|
|||
},
|
||||
winbar = {},
|
||||
inactive_winbar = {},
|
||||
extensions = {'lazy'}
|
||||
extensions = {}
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ return {
|
|||
untracked = { hl = 'GitSignsAdd', text = '┆', numhl = 'GitSignsAddNr', linehl = 'GitSignsAddLn' },
|
||||
},
|
||||
current_line_blame = true,
|
||||
-- show_deleted = true,
|
||||
show_deleted = true,
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -159,7 +159,6 @@ return {
|
|||
config =
|
||||
{
|
||||
char = "",
|
||||
space_char_blankline = " ",
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue