🐛 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(":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")
|
||||
|
|
Loading…
Add table
Reference in a new issue