quarterpi
quarterpi
@vuau you mentioned that you installed fzf with homebrew. Is that a symlink to fzf in ~/.vim/pack/plugins/opt or did you also clone fzf into .vim/pack/plugins/opt?
Thank you! I had also tried `set rtp=/usr/local/opt/fzf` and got the same results as you. When you showed the contents of `~/.vim/pack/plugins/opt` I tried a symbolic link which did not...
I have created a pull request detailing installation with vim 8 package manager. Simply put... `git clone https://github.com/junegunn/fzf.git ~/.vim/pack/packages/start/fzf` `git clone https://github.com/junegunn/fzf.vim.git ~/.vim/pack/packages/start/fzf.vim` There is no need to `set rtp=/usr/local/opt/fzf`.
@MilosMosovsky Can we get this merged ASAP?
How did you get a token? Did you have to setup a developer team with Miro?
Hi, I have been dealing with this bug myself and the only solution that I have found to date is to specify every possible route to be blocked. Personally, I...
Forgive my ignorance, but I can't find a reference that explains this line of code `if (!auth[route])`. To be more specific, the `!auth[route]` part has me scratching my head. Can...
To correct myself and answer my own question, the line of code that reads `!auth[route]` compares all of the keys in `auth` with the `route` requested. That also explains why...
@grawk thanks for your response. I finally realized the obvious. Thanks for the links you provided.
@grawk I will if I get something satisfactory.