about summary refs log tree commit diff stats
path: root/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/autocmds/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/autocmds/default.nix b/home-manager/soispha/config/neovim/nixvim/autocmds/default.nix
index d736443e..a34c9b99 100644
--- a/home-manager/soispha/config/neovim/nixvim/autocmds/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/autocmds/default.nix
@@ -3,6 +3,7 @@
     autoGroups = {
       cursor_off = {clear = true;};
       numbertoggle = {clear = true;};
+      coloroverride = {clear = true;};
     };
     autoCmd = [
       {