Remove onedark theme setting from lualine

This commit is contained in:
Evie Litherland-Smith 2023-01-13 10:24:35 +00:00
parent be36e4acb3
commit b096badab3

View file

@ -1,7 +1,6 @@
require('lualine').setup { require('lualine').setup {
options = { options = {
icons_enabled = true, icons_enabled = true,
theme = 'onedark',
}, },
sections = { sections = {
-- lualine_x = {'encoding', 'fileformat', 'filetype'}, -- lualine_x = {'encoding', 'fileformat', 'filetype'},