fix: lualine theme to `auto`

Fixed remnant `lualine.options.theme` from `onedark` to `auto`.
This commit is contained in:
David Papp 2023-12-10 20:05:49 +01:00
parent 9a104215c7
commit f9775b92f0
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = false,
theme = 'onedark',
theme = 'auto',
component_separators = '|',
section_separators = '',
},