We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(in shell) $nvim tmp/file1
(in nvim) :cd tmp :CocCommand fzf-preview.BufferLines
Gives error: "[coc.nvim]: Error on "runCommand": ENOENT: no such file or directory, open 'file1'"
Show lines of file1.
fzf-preview version (package.json): coc-fzf-preview 2.8.1
OS: Debian
Vim/Neovim version: NVIM v0.5.0
call plug#begin('~/.vim/plugged') Plug 'junegunn/fzf' Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end() let g:coc_global_extensions = ['coc-fzf-preview']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problems summary
(in shell)
$nvim tmp/file1
(in nvim)
:cd tmp
:CocCommand fzf-preview.BufferLines
Gives error: "[coc.nvim]: Error on "runCommand": ENOENT: no such file or directory, open 'file1'"
Expected
Show lines of file1.
Environment Information
fzf-preview version (package.json): coc-fzf-preview 2.8.1
OS: Debian
Vim/Neovim version: NVIM v0.5.0
Provide a minimal init.vim
The text was updated successfully, but these errors were encountered: