not-poma / lazyshell

GPT powered Zsh completion script
MIT License
370 stars 26 forks source link

widgets can only be called when ZLE is active #5

Closed not-poma closed 1 year ago

not-poma commented 1 year ago

A user reported on reddit:

In one of my Linux systems, upon Alt+G I get the error

__lzsh_preflight_check:zle:13: widgets can only be called when ZLE is active  
  __lazyshell_complete:1: command not found: Error:

It has zsh 5.8, and I have the same zsh config files and version on another Linux, where lazyshell works fine.

not-poma commented 1 year ago

fixed