mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 04:14:28 +02:00
plugins/neo-tree: add documentSymbols options
This commit is contained in:
parent
cc21669583
commit
b77e3e9ccb
2 changed files with 76 additions and 0 deletions
|
@ -409,6 +409,23 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
documentSymbols = {
|
||||
followCursor = false;
|
||||
kinds = {
|
||||
File = {
|
||||
icon = "";
|
||||
hl = "Tag";
|
||||
};
|
||||
Namespace = {
|
||||
icon = "";
|
||||
hl = "Include";
|
||||
};
|
||||
};
|
||||
customKinds = {
|
||||
"12" = "foo";
|
||||
"15" = "bar";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue