massivebird / dotfiles

My Linux machine configuration
1 stars 0 forks source link

bug: cannot open Markdown hyperlink #20

Closed massivebird closed 1 month ago

massivebird commented 2 months ago

In neovim, hovering over the URL in a Markdown hyperlink and pressing gx throws this error:

Error detected while processing function <SNR>64_OpenUrlUnderCursor[8]..<SNR>64_VersionAwareNetrwBrowseX:
line    2:
E117: Unknown function: netrw#BrowseX
massivebird commented 2 months ago

This could be an upstream problem, such as in this neovim issue

Really sorry about accidentally making a reference to the above issue. I thought that a hyperlink would avoid that, but it didn't. Very embarrassing =w=

massivebird commented 1 month ago

Very embarrassing =w=

Yeah, so nvim -u NONE does not have this issue. I think there's a plugin fucking things up. You SHOULD be embarrassed >:3

massivebird commented 1 month ago

Okay so it's an issue with preservim/vim-markdown overwriting the keybind for gx. I've disabled that plugin's keybinds. Maybe I can fork it in the future and remove just that bad keybind (if I like the other ones).