open.nvim icon indicating copy to clipboard operation
open.nvim copied to clipboard

Open the current word with custom openers, GitHub shorthands for example.

Results 1 open.nvim issues
Sort by recently updated
recently updated
newest added

I am using the following config: ```lua local open = require "open" open.setup {} vim.keymap.set("n", "gx", open.open_cword) ``` And when using `gx` neovim returns this error message: ``` Error executing...

enhancement