diff --git a/.config/nvim/lua/plugins/extras/ui/zen-mode.lua b/.config/nvim/lua/plugins/extras/ui/zen-mode.lua index 50bc331e..0dd42202 100644 --- a/.config/nvim/lua/plugins/extras/ui/zen-mode.lua +++ b/.config/nvim/lua/plugins/extras/ui/zen-mode.lua @@ -20,6 +20,7 @@ return { executeCommandIfExists(":IBLDisable") Util.toggle.inlay_hints() executeCommandIfExists(":Gitsigns toggle_current_line_blame") + executeCommandIfExists(":CccHighlighterDisable") end, on_close = function() vim.opt.laststatus = 3 @@ -30,6 +31,7 @@ return { executeCommandIfExists(":IBLEnable") Util.toggle.inlay_hints() executeCommandIfExists(":Gitsigns toggle_current_line_blame") + executeCommandIfExists(":CccHighlighterEnable") end, }, },