🐛 fix(nvim): wrong cmd in the zenmode extra

This commit is contained in:
Sergio Laín 2024-03-29 18:14:07 +01:00
parent aa31504d92
commit fb5446eebd
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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")