Closed Brettm12345 closed 5 years ago
Fzf tab completion preveiw would fail to show when previewing files starting with ~ ex: ~/.config/nvim/init.vim. All that would appear is the name of the file in the preview window. This pull request replaces ~ with $HOME fixing the file preview.
~/.config/nvim/init.vim
~
$HOME
lgtm!
Fzf tab completion preveiw would fail to show when previewing files starting with ~ ex:
~/.config/nvim/init.vim
. All that would appear is the name of the file in the preview window. This pull request replaces~
with$HOME
fixing the file preview.