Set status line theme to the global colorscheme

instead of hardcoding the 'onedark' theme.
It allows users to change the Neovim theme globally and to see those
changes automatically reflected to the status line.
This commit is contained in:
Victor Bertin 2024-01-26 23:09:28 +01:00
parent 2510c29d62
commit 442860e266
1 changed files with 1 additions and 1 deletions

View File

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