diff --git a/.config/nvim/lua/plugins/extras/ui/zen-mode.lua b/.config/nvim/lua/plugins/extras/ui/zen-mode.lua index f90439be..782e9aea 100644 --- a/.config/nvim/lua/plugins/extras/ui/zen-mode.lua +++ b/.config/nvim/lua/plugins/extras/ui/zen-mode.lua @@ -15,7 +15,7 @@ return { executeCommandIfExists(":SatelliteDisable") executeCommandIfExists(":ScrollViewDisable") executeCommandIfExists(":LspLensOff") - executeCommandIfExists(":NvimContextVtDisable") + executeCommandIfExists(":NvimContextVtToggle") executeCommandIfExists(":IBLDisable") LazyVim.toggle.inlay_hints() executeCommandIfExists(":Gitsigns toggle_current_line_blame") @@ -26,7 +26,7 @@ return { executeCommandIfExists(":SatelliteEnable") executeCommandIfExists(":ScrollViewEnable") executeCommandIfExists(":LspLensOn") - executeCommandIfExists(":NvimContextVtEnable") + executeCommandIfExists(":NvimContextVtToggle") executeCommandIfExists(":IBLEnable") LazyVim.toggle.inlay_hints() executeCommandIfExists(":Gitsigns toggle_current_line_blame")