[BUG] Neovim Lua - Links not working in markdown preview
Closed this issue · 0 comments
Curs3W4ll commented
Describe the bug
The config is using the peek nvim plugin to preview markdown files.
The problem is that we sometimes use links in these files. But when clicking on it in the peek window, it does nothing, it is currently not possible to click on links and see the page it's leading to
To Reproduce
Steps to reproduce the behavior:
- Open a markdown file with Neovim
- This file should contain at least one link (
[text](link_adress)
) - Open the peek preview window (default binding is
<leader>mo
) - Find your link in the preview and click on it
- You can see that nothing happens
Expected behavior
A browser window (or another deno window) opens and leads to the link address.
Desktop (please complete the following information):
- OS: Ubuntu
- Version 20.04