summaryrefslogtreecommitdiff
path: root/lua/ben/plugins/syntax.lua
blob: 8b2af10b03a6c0454179bc21fc758bd97cf0eaba (plain)
1
2
3
4
5
6
7
return {
	-- This layout allows to fit multiple syntax plugins in a single file
	{
		"waycrate/swhkd-vim",
		ft = { "swhkd" },
	},
}