Benedikt M. Rips
Benedikt M. Rips
> Same thing is happening to me, did you find a fix? For me it is still happening if I use some of the older commits. No, I did not...
Good idea! [Here](https://github.com/TheBlob42/drex.nvim/pull/26) it is.
The pr got accepted, i.e. the extension has been added to the drex repo. Hence I will close this one. Furthermore, breaking changes to the drex plugin are in the...
I have the same problem and could reproduce it in a vanilla shell (`zsh -dfi`) by executing: ```bash source bindkey '^I' fzf_completion autoload -Uz compinit compinit -d /tmp/zcompdump # fzf...
It works in a default shell but not with my customisations though. In my customised shell, it shows an fzf prompt with the expansion targets as source. Do you have...
I mean this (like in your screenshot but without the last two lines):  I expect the tab key to not show the fzf prompt, but expand the asterisk like...
Works perfectly :smiley:
> Does `nix develop` work for you similarly to how the `nix-shell` invocation does? Hm, I do not use a flake, just a `nix-shell` setup. Should I create one? In...
> @f1rstlady it's likely the case that cabal & ghc being picked is different in the shell & outside I don't have ghc and cabal installed in my user environment,...
Thanks, @pranaysashank, for your effort! Looking at `developPackage`, it sets `returnShellEnv` if the `IN_NIX_SHELL` env var is set. Out of curiosity: Why is it not set in direnv, although it...