Curs3W4ll/Dotfiles

[BUG] Neovim Lua - Links not working in markdown preview

Closed this issue · 0 comments

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:

  1. Open a markdown file with Neovim
  2. This file should contain at least one link ([text](link_adress))
  3. Open the peek preview window (default binding is <leader>mo)
  4. Find your link in the preview and click on it
  5. 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