summaryrefslogtreecommitdiff
path: root/lua/tjk/plugins/snacks.lua
blob: 434cd6854afa6210ce43dae38b56a4012600e3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
return {
	"folke/snacks.nvim",
	priority = 1000,
	lazy = false,
	opts = {
		indent = {
			enabled = true,
			only_scope = true,
			char = "▏", -- TODO doesn't work
			animate = { enabled = false },
			scope = { enabled = false },
		},
		quickfile = { enabled = true },
	},
}