You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project that uses Node version 12.16.1.
Neovim picks this version of Node and uses it, making some fzf-preview functions to fail with syntax errors since I believe fzf-preview uses latest Node versions.
An example, when I run :FzfPreviewProjectGrep, I get SyntaxError: Unexpected token '?'
I know it's extra work to support this so let me know if and how I can help! (haven't dug into the code deep enough to know what to tweak but if you give a brief guidance I will be happy to do it!)
Problems summary
I am working on a project that uses Node version
12.16.1
.Neovim picks this version of Node and uses it, making some fzf-preview functions to fail with syntax errors since I believe fzf-preview uses latest Node versions.
An example, when I run
:FzfPreviewProjectGrep
, I getSyntaxError: Unexpected token '?'
Expected
The grep preview above works
Environment Information
fzf-preview version (package.json):
2.12.9
OS:
Mac OS Monterey
Vim/Neovim version:
0.7.0
Provide a minimal init.vim
Screenshot
Dockerfile that reproduces the problem (if possible)
Refer to https://github.com/yuki-yano/fzf-preview.vim/blob/main/.github/issue_example/Dockerfile
The text was updated successfully, but these errors were encountered: