Switch to onedark theme

This commit is contained in:
2021-05-27 18:39:34 +02:00
parent 59809f0f77
commit e9d5bc639d
6 changed files with 116 additions and 11 deletions

View File

@@ -2,15 +2,15 @@ require'lualine'.setup {
options = {
icons_enabled = true,
theme = 'nord',
component_separators = {'', ''},
section_separators = {'', ''},
--component_separators = {'', ''},
--section_separators = {'', ''},
disabled_filetypes = {}
},
sections = {
lualine_a = {'mode'},
lualine_b = {'branch'},
lualine_c = {'filename', require'lsp-status'.status},
lualine_x = {'encoding', 'fileformat', 'filetype'},
lualine_x = {'filetype'},
lualine_y = {'progress'},
lualine_z = {'location'}
},