Open zhutmost opened 5 months ago
Hi, there are debug logs... You can enable as explained in https://github.com/carlosedp/mill-zsh-completions/blob/3e66e19868bda2f361d6ea8cb8abb8ff91dcc920/completions/_mill#L7
I have set this variable ZSH_COMP_DEBUG_FILE in my .zshrc. But nothing was dumped.
The plugin looks enabled and _mill is successfully added into fpath:
To view logs, you do ZSH_COMP_DEBUG_FILE="/tmp/mill_debug.txt"
and on another shell, tail that file while using mill completions...
Thanks for your efforts.
I install this plugin into my Oh-My-Zsh. But it doesn't work totally. I don't know what happened & how to debug. Are there any dumped logs?
My platform information: I am using a macOS (Intel x86), where the ohmyzsh is the latest version. And I have confirmed that your plugin is enabled in the zshrc. Mill is installed globally by HomeBrew.