Jeremy

Results 13 comments of Jeremy

I've also had this issue for a while, here is my configuration: https://github.com/Je12emy/dotfiles/blob/main/config/nvim/init.lua#L623 I'm using `pcall` but I've also tried with a regular `require` as suggested in the documentation

See: https://github.com/philj56/tofi/issues/98 Example: ```bash #! /bin/bash title=$(echo "" | tofi --prompt-text="Note Title: " --require-match=false) echo "output: $title" ```