diff options
Diffstat (limited to 'neovim/.config/nvim/lua/config/lualine.lua')
-rw-r--r-- | neovim/.config/nvim/lua/config/lualine.lua | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/neovim/.config/nvim/lua/config/lualine.lua b/neovim/.config/nvim/lua/config/lualine.lua index a95cd73..5155bda 100644 --- a/neovim/.config/nvim/lua/config/lualine.lua +++ b/neovim/.config/nvim/lua/config/lualine.lua @@ -39,14 +39,7 @@ local config = { -- Disable sections and component separators component_separators = '', section_separators = '', - --theme = { - ---- We are going to use lualine_c an lualine_x as left and - ---- right section. Both are highlighted by c theme . So we - ---- are just setting default looks o statusline - --normal = { c = { fg = colors.fg, bg = colors.bg } }, - --inactive = { c = { fg = colors.fg, bg = colors.bg } }, - --}, - theme = 'melange', + theme = 'nord', }, sections = { -- these are to remove the defaults |