There was an error while loading. Please reload this page.
32c211a
Added a nvim command to trigger the pairing with a keymap.
:PairHeaderSource
vim.keymap.set("n", "<C-g>", "<cmd>PairHeaderSource<CR>", { desc = "Pair Header Source" })
Full Changelog: v1.0.0...v1.0.1