summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins/aerial.lua
blob: 2ae77bfea070e9025222453159053f75e3517dc3 (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
33
34
require("aerial").setup{
  highlight_on_jump = 800,
  layout = {
    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.