diff options
| author | 2026-02-22 13:02:08 +0300 | |
|---|---|---|
| committer | 2026-02-22 15:28:51 +0300 | |
| commit | ad175cdb4045fbe8fecb686c871b481e312d43dd (patch) | |
| tree | 533b63cdadd138d94ff3247fa5faabea95dfd5a6 /config/nvim/lua/plugins/lualine.lua | |
| parent | fixes zshrc (diff) | |
| download | dotfiles-ad175cdb4045fbe8fecb686c871b481e312d43dd.tar.gz dotfiles-ad175cdb4045fbe8fecb686c871b481e312d43dd.tar.bz2 dotfiles-ad175cdb4045fbe8fecb686c871b481e312d43dd.tar.xz dotfiles-ad175cdb4045fbe8fecb686c871b481e312d43dd.zip | |
nvim configs
Diffstat (limited to 'config/nvim/lua/plugins/lualine.lua')
| -rw-r--r-- | config/nvim/lua/plugins/lualine.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/nvim/lua/plugins/lualine.lua b/config/nvim/lua/plugins/lualine.lua index 920e729..bb1842a 100644 --- a/config/nvim/lua/plugins/lualine.lua +++ b/config/nvim/lua/plugins/lualine.lua @@ -4,9 +4,10 @@ return { opts = { options = { icons_enabled = true, - theme = "nightfly", - component_separators = { left = "", right = "" }, - section_separators = { left = "", right = "" }, + theme = "auto", + -- theme = "nightfly", + -- component_separators = { left = "", right = "" }, + -- section_separators = { left = "", right = "" }, disabled_filetypes = { statusline = {}, winbar = {}, |
