✨ feat(nvim): add ccc to the zen mode hooks
This commit is contained in:
parent
6ba850744c
commit
f592e5ed0c
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue