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
Problems When I press <leader>p on an image file on nvim-tree, nothing happens.
<leader>p
Machine WSL windows 10
The text was updated successfully, but these errors were encountered:
@tempegarit Thanks for the report.
Which output is showed on the nvim-tree window for the command :verbose map <leader>p?
:verbose map <leader>p
Also it relies at moment on PowerShel. Do you already have it installed?
Sorry, something went wrong.
The output for the command :verbose map <leader>p: n <Space>p @:lua require('image_preview').PreviewImage()<CR> Last set from Lua
n <Space>p @:lua require('image_preview').PreviewImage()<CR> Last set from Lua
It relies on PowerShell
Did you mean this?
But what powershell have to do with it? I use WSL (windows subsystem for linux) windows 10.
I use WSL (windows subsystem for linux) windows 10.
Oh that is why. Will be necessary some changes on the plugin to use on WSL. I will keep this issue as a feature request.
Thanks!
No branches or pull requests
Problems
When I press
<leader>p
on an image file on nvim-tree, nothing happens.Machine
WSL windows 10
The text was updated successfully, but these errors were encountered: