Skip to content

Error: maximum nested function level reached #209

Answered by fmal
fang2hou asked this question in Support ticket
Discussion options

You must be logged in to vote

i don't think this happens on a minimal .zshrc file. @fang2hou in my case the error above was caused by deferred loading of some zsh plugins. Removing kind:defer option from plugins fixed the issue for me.

before (zsh_plugins.txt):

zsh-users/zsh-autosuggestions  kind:defer
zsh-users/zsh-history-substring-search  kind:defer

after:

zsh-users/zsh-autosuggestions 
zsh-users/zsh-history-substring-search

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@NaoyaMiyagawa
Comment options

@fang2hou
Comment options

Answer selected by fang2hou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment