plugins/neo-tree: add documentSymbols options

This commit is contained in:
Gaetan Lepage 2023-05-12 14:13:41 +02:00 committed by Gaétan Lepage
parent cc21669583
commit b77e3e9ccb
2 changed files with 76 additions and 0 deletions

View file

@ -409,6 +409,23 @@
};
};
};
documentSymbols = {
followCursor = false;
kinds = {
File = {
icon = "󰈙";
hl = "Tag";
};
Namespace = {
icon = "󰌗";
hl = "Include";
};
};
customKinds = {
"12" = "foo";
"15" = "bar";
};
};
};
};
}