Skip to content

Releases: spalter/nvim-cpp-header-source-pair

v1.0.1

03 Feb 15:29

Choose a tag to compare

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

Initial Release

16 Jan 14:23

Choose a tag to compare

A simple plugin that helps open header and source files alongside each other for C/CPP projects. I've only tried it with NeoVIM and Lazy so far. I hope it helps!

Full Changelog: https://github.com/spalter/nvim-cpp-header-source-pair/commits/v1.0.0