iameru

Results 17 comments of iameru

got some time to try again. Still an error `[Command failed: | devicon-lookup` when using `:FilesWithDevicons`. ``` $ echo "$FZF_DEFAULT_COMMAND" 13.7s rg --files --no-ignore --hidden --follow --glob "!.git/*" 2> /dev/null...

I just went and hardcoded the following line in the `vim.vim` file. Now it worked. ```vim " let args.source = $FZF_DEFAULT_COMMAND.' | devicon-lookup' let args.source = 'rg --files --no-ignore --hidden...

Ok, So I was trying again. Setting the ENV correctly via `export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*" 2> /dev/null'` actually worked. so the loading in line 368 does...

Ok so I checked the code a bit in the hopes to have a quick fix. This happens because when you install via `pip install shis` this will land on...

I don't have much time on my hands and other `oss` projects. The need for this grows though, as I now use `kiwi.nvim` daily and already have this situation. In...

In one case starting via `flatpak` `--no-sandbox` did the trick, afterwards it works with `--no-sandbox` omitted In another device I'm not sure what did the trick but it worked after...

I am not opposed to this but I wanted to drop in and say how amazed I always was and am about the rewind. Defaults at the moment seems very...