fix: lualine theme to `auto`

Fixed remnant `lualine.options.theme` from `onedark` to `auto`.
pull/589/head
David Papp 2 years ago
parent 9a104215c7
commit f9775b92f0

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

Loading…
Cancel
Save