aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/hardline.lua
blob: 53d0ee89d402e1a236fc0f4727f5c40beb2dc031 (plain)
1
2
3
4
5
6
7
8
9
10
return {
	{
		"ojroques/nvim-hardline",
		config = function()
			require("hardline").setup {
				bufferline = true,
			}
		end,
	}
}