all repos

init.lua @ 6686316

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(lualine): auto detect color theme
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-08-17 00:14:59 +0300
Parent: 4fa6aad
M lua/plugins/lualine.lua

@@ -37,7 +37,7 @@ "nvim-lualine/lualine.nvim",

event = "VeryLazy", opts = { options = { - theme = "tokyonight", + theme = "auto", globalstatus = true, component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" },