diff options
| author | 2025-05-16 22:33:54 +0300 | |
|---|---|---|
| committer | 2025-05-16 22:33:54 +0300 | |
| commit | 49e5fa571005da10d156d14f82e145afaf96214e (patch) | |
| tree | cefaf0227d17fd900858ec3ddb8b88665f443e08 /nvim/lua/plugins/lualine.lua | |
| parent | Правки nvim конфига (diff) | |
| download | dotfiles-49e5fa571005da10d156d14f82e145afaf96214e.tar.gz dotfiles-49e5fa571005da10d156d14f82e145afaf96214e.tar.bz2 dotfiles-49e5fa571005da10d156d14f82e145afaf96214e.tar.xz dotfiles-49e5fa571005da10d156d14f82e145afaf96214e.zip | |
Обновления конфигов
Diffstat (limited to 'nvim/lua/plugins/lualine.lua')
| -rw-r--r-- | nvim/lua/plugins/lualine.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nvim/lua/plugins/lualine.lua b/nvim/lua/plugins/lualine.lua index 19bcb8e..c35b162 100644 --- a/nvim/lua/plugins/lualine.lua +++ b/nvim/lua/plugins/lualine.lua @@ -1,9 +1,10 @@ +local colors = require("theme.colors") return { "nvim-lualine/lualine.nvim", opts = { options = { icons_enabled = true, - theme = "onedark", + theme = "auto", component_separators = { left = "", right = "" }, section_separators = { left = "", right = "" }, disabled_filetypes = { |
