🐛 fix(nvim): wrong cmd in the zenmode extra
This commit is contained in:
parent
aa31504d92
commit
fb5446eebd
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ return {
|
||||||
executeCommandIfExists(":SatelliteDisable")
|
executeCommandIfExists(":SatelliteDisable")
|
||||||
executeCommandIfExists(":ScrollViewDisable")
|
executeCommandIfExists(":ScrollViewDisable")
|
||||||
executeCommandIfExists(":LspLensOff")
|
executeCommandIfExists(":LspLensOff")
|
||||||
executeCommandIfExists(":NvimContextVtDisable")
|
executeCommandIfExists(":NvimContextVtToggle")
|
||||||
executeCommandIfExists(":IBLDisable")
|
executeCommandIfExists(":IBLDisable")
|
||||||
LazyVim.toggle.inlay_hints()
|
LazyVim.toggle.inlay_hints()
|
||||||
executeCommandIfExists(":Gitsigns toggle_current_line_blame")
|
executeCommandIfExists(":Gitsigns toggle_current_line_blame")
|
||||||
|
@ -26,7 +26,7 @@ return {
|
||||||
executeCommandIfExists(":SatelliteEnable")
|
executeCommandIfExists(":SatelliteEnable")
|
||||||
executeCommandIfExists(":ScrollViewEnable")
|
executeCommandIfExists(":ScrollViewEnable")
|
||||||
executeCommandIfExists(":LspLensOn")
|
executeCommandIfExists(":LspLensOn")
|
||||||
executeCommandIfExists(":NvimContextVtEnable")
|
executeCommandIfExists(":NvimContextVtToggle")
|
||||||
executeCommandIfExists(":IBLEnable")
|
executeCommandIfExists(":IBLEnable")
|
||||||
LazyVim.toggle.inlay_hints()
|
LazyVim.toggle.inlay_hints()
|
||||||
executeCommandIfExists(":Gitsigns toggle_current_line_blame")
|
executeCommandIfExists(":Gitsigns toggle_current_line_blame")
|
||||||
|
|
Loading…
Add table
Reference in a new issue