Describe the bug
When I try the browser method it opens fine. When I try the webview preview nothing happens and no error displays at the bottom of nvim.
To Reproduce
Expected behavior
Before I installed the xdg-utils the space + op command would throw an xdg error, but then resolved after installation.
When I change the "browser" value to "webview" in my ~/.config/nvim/lua/plugins/init.lua file and run the same command nothing happens. No error.
Desktop (please complete the following information):
- OS: Debian 12
nvim --version: v0.10.3-dev-14+gfb5a0e28db
I don't really know how to give this better clarity. I'm fairly new to nvim and lua. Even just a hint where I could start looking, error logs somewhere, would be very helpful.
Describe the bug
When I try the browser method it opens fine. When I try the webview preview nothing happens and no error displays at the bottom of nvim.
To Reproduce
lazy.luafile following: https://github.com/toppair/peek.nvim?tab=readme-ov-file#lazynvimExpected behavior
Before I installed the xdg-utils the
space + opcommand would throw an xdg error, but then resolved after installation.When I change the "browser" value to "webview" in my
~/.config/nvim/lua/plugins/init.luafile and run the same command nothing happens. No error.Desktop (please complete the following information):
nvim --version: v0.10.3-dev-14+gfb5a0e28dbdeno --version: 2.0.4I don't really know how to give this better clarity. I'm fairly new to nvim and lua. Even just a hint where I could start looking, error logs somewhere, would be very helpful.