summaryrefslogtreecommitdiff
path: root/lua/plugins/eyecandy/indent-blankline.lua
blob: e49f777ae56e2b118e3870bdf900610f475dcc38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
return {
  -- "lukas-reineke/indent-blankline.nvim",
  -- event = { "BufRead" },
  -- main = "ibl",
  -- opts = {
  --   indent = {
  --     char = "▏",
  --     tab_char = "▏",
  --   },
  --   scope = {
  --     enabled = true,
  --     show_start = true,
  --     show_end = true,
  --     exclude = {
  --       language = {
  --         "help",
  --       },
  --     },
  --   },
  -- },
  -- dependencies = { "nvim-treesitter" },
}