summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/outline.lua
blob: e5b98f895fac3a2a096659812e2d8f5a2d57a961 (plain)
1
2
3
4
5
6
7
8
9
10
11
return {
	"hedyhli/outline.nvim",
	lazy = true,
	cmd = { "Outline", "OutlineOpen" },
	keys = { -- Example mapping to toggle outline
		{ "<leader>zo", "<cmd>Outline<cr>", desc = "Toggle outline" },
	},
	opts = {
		-- Your setup opts here
	},
}