diff --git a/config/plugins/themes/default.nix b/config/plugins/themes/default.nix index 0dd5837..87a8df4 100644 --- a/config/plugins/themes/default.nix +++ b/config/plugins/themes/default.nix @@ -14,7 +14,6 @@ transparent_background = true; integrations = { cmp = true; - noice = true; notify = true; gitsigns = true; which_key = true; @@ -22,7 +21,6 @@ enabled = true; }; treesitter = true; - treesitter_context = true; telescope.enabled = true; indent_blankline.enabled = true; mini.enabled = true;