You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like its recursively calling itself/something?
_zsh_autosuggest_highlight_reset:3: maximum nested function level reached; increase FUNCNEST?
_zsh_highlight_widget_orig-s000-r513-user:zle-line-init:9: maximum nested function level reached; increase FUNCNEST?
Steps to reproduce
enable plugin via oh my zsh plugin list. seems to work fine when you regularly source it
Expected behavior
does not produce this error
Screenshots and recordings
Operating System & Version
bookworm
Zsh version
5.9
Terminal emulator
putty
If using WSL on Windows, which version of WSL
None
Additional context
No response
The text was updated successfully, but these errors were encountered:
This is so it doesnt immediately ls if you have a cd in your .zshrc file
add to end of .zshrc `CD_LS_INIT_COMPLETE=true
zstyle ':hist:*' load-hooks false`
This is a work around for zdharma-continuum/fast-syntax-highlighting#65 as they were conflicting
Is there a better way to fix this?
I added a workaround here: marlonrichert/zsh-hist#28
But not sure the best way to actually fix the incompatability
also, sorry for the incorrect reference to a non-related project above.... cant figure out how to delete it
Describe the bug
looks like its recursively calling itself/something?
_zsh_autosuggest_highlight_reset:3: maximum nested function level reached; increase FUNCNEST?
_zsh_highlight_widget_orig-s000-r513-user:zle-line-init:9: maximum nested function level reached; increase FUNCNEST?
Steps to reproduce
enable plugin via oh my zsh plugin list. seems to work fine when you regularly source it
Expected behavior
does not produce this error
Screenshots and recordings
Operating System & Version
bookworm
Zsh version
5.9
Terminal emulator
putty
If using WSL on Windows, which version of WSL
None
Additional context
No response
The text was updated successfully, but these errors were encountered: