iameru
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...