return { "jghauser/follow-md-links.nvim", ft = { "markdown" }, config = function() vim.keymap.set("n", "", ":edit #", { silent = true }) end, }