From 6633d60ae483b06c06db86088436bf6b876165c3 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 5 Jun 2025 13:56:04 +0100 Subject: Nord theme --- neovim/.config/nvim/lua/config/lualine.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'neovim/.config/nvim/lua/config/lualine.lua') 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 -- cgit v1.2.3