summaryrefslogtreecommitdiff
path: root/indent-blankline.lua
blob: 84cbd72653c5984fc69e0dd814c8ff25d63cd46e (plain)
1
2
3
4
5
6
7
return {
	"lukas-reineke/indent-blankline.nvim",
	main = "ibl",
	---@module "ibl"
	---@type ibl.config
	opts = {},
}