Hodur.nvim is a plugin for Neovim that allows you to quickly open a file or copy URL located under the cursor.

file, file:line, file:line:column.http(s):// and ftp:// URLsuse {
'vodchella/hodur.nvim',
config = function()
require('hodur').setup({
key = "<C-g>"
})
end
}