From 3b55266648a2836a2df9d96b7faa28b6f86d2583 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 15 Feb 2026 09:12:40 +0100 Subject: [PATCH] minor --- modules/nvim.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/modules/nvim.nix b/modules/nvim.nix index fe20da6..949a7bd 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -79,18 +79,7 @@ enable = true; settings = { options = { - theme.__raw = '' - (function() - local theme = require('lualine.themes.gruvbox_dark') - for _, mode in ipairs({'insert', 'visual', 'replace', 'command'}) do - if theme[mode] then - theme[mode].b = theme.normal.b - theme[mode].c = theme.normal.c - end - end - return theme - end)() - ''; + theme = "gruvbox_dark"; component_separators = { left = "|"; right = "|"; }; section_separators = { left = " "; right = " "; }; };