dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/matchparen.lua


return {
	"monkoose/matchparen.nvim",
	config = function()
		require('matchparen').setup({
			on_startup = true,
			hl_group = 'MatchParen',
			debounce_time = 100,
		})
	end,
}

Download

raw zip tar