diff options
| author | 2025-06-09 13:43:45 +0300 | |
|---|---|---|
| committer | 2025-06-09 13:55:38 +0300 | |
| commit | 97af93b2a8ebc89364852e3f63e9fd8cfedaeedf (patch) | |
| tree | 27e2added74ee6c0ff91c9e7927491c661a8bb36 /config/nvim/lua/plugins/lualine.lua | |
| parent | 04.06.2025 (diff) | |
| download | dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.gz dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.bz2 dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.tar.xz dotfiles-97af93b2a8ebc89364852e3f63e9fd8cfedaeedf.zip | |
Перевёл dotfiles на stow
Diffstat (limited to '')
| -rw-r--r-- | config/nvim/lua/plugins/lualine.lua (renamed from nvim/lua/plugins/lualine.lua) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/lualine.lua b/config/nvim/lua/plugins/lualine.lua index c35b162..920e729 100644 --- a/nvim/lua/plugins/lualine.lua +++ b/config/nvim/lua/plugins/lualine.lua @@ -4,7 +4,7 @@ return { opts = { options = { icons_enabled = true, - theme = "auto", + theme = "nightfly", component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, disabled_filetypes = { |
