summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins/aerial.lua
blob: 7b915db60f03304fd7959a1ebb84c9b0106be39f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
require("aerial").setup{
  highlight_on_jump = 800,
  min_width = 10,
  filter_kind = {
    "Array",
    "Boolean",
    "Class",
    "Constant",
    "Constructor",
    "Enum",
    "EnumMember",
    "Event",
    "Field",
    "File",
    "Function",
    "Interface",
    "Key",
    "Method",
    "Module",
    "Namespace",
    "Null",
    "Number",
    "Object",
    "Operator",
    "Package",
    "Property",
    "String",
    "Struct",
    "TypeParameter",
    "Variable"
  },
}
remember that computers suck.