-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete not working for the following ZSH Themes #12
Comments
Why does this happen? Fig checks which process is currently running in your terminal. We run We don’t show Fig when it’s not bash or zsh, and we show a pared back version of Fig for an ssh session. Otherwise if you’re in a process like nano or vim etc we don’t show Fig This screenshot shows an example of what happens with the powerlevel10k theme: |
It could potentially be something to do with the instant-prompt in Powerlevel10k More likely it is the git status message as shown in the file shared above |
@falky97 checked this on my setup with oh-my-zsh. Updating the zsh theme to default "robbyrussell" makes working autocomplete somehow but not properly, few issues with cwd (doesn't update) and icons on autocomplete (no icons for folder)
Disabling theme fixes this. so maybe it's a conflict with zsh themes. |
@dipakparmar Yes I noticed those issues too with different themes. However, they seem to go away after restarting iTerm/Terminal... |
Usually that happens in debug mode… Would suggest quitting Fig and restarting
|
Fig is not currently compatible with the following ZSH themes:
Themes Fig was previously incompatible with:
→ was not working as powerlevel10k spawns many background zsh processes. This was affecting our ability to get the cwd for the shell you're currently in
This issue will remain open and will be updated over time
The text was updated successfully, but these errors were encountered: