2023-09-21 13:48:05 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.navic.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.navic = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
icons = {
|
|
|
|
File = " ";
|
|
|
|
Module = " ";
|
|
|
|
Namespace = " ";
|
|
|
|
Package = " ";
|
|
|
|
Class = " ";
|
|
|
|
Method = " ";
|
|
|
|
Property = " ";
|
|
|
|
Field = " ";
|
|
|
|
Constructor = " ";
|
|
|
|
Enum = "";
|
|
|
|
Interface = "";
|
|
|
|
Function = " ";
|
|
|
|
Variable = " ";
|
|
|
|
Constant = " ";
|
|
|
|
String = " ";
|
|
|
|
Number = " ";
|
|
|
|
Boolean = "◩ ";
|
|
|
|
Array = " ";
|
|
|
|
Object = " ";
|
|
|
|
Key = " ";
|
|
|
|
Null = " ";
|
|
|
|
EnumMember = " ";
|
|
|
|
Struct = " ";
|
|
|
|
Event = " ";
|
|
|
|
Operator = " ";
|
|
|
|
TypeParameter = " ";
|
|
|
|
};
|
|
|
|
lsp = {
|
|
|
|
autoAttach = true;
|
2024-05-05 19:39:35 +02:00
|
|
|
preference = [
|
|
|
|
"clangd"
|
|
|
|
"pyright"
|
|
|
|
];
|
2023-09-21 13:48:05 +01:00
|
|
|
};
|
|
|
|
highlight = true;
|
|
|
|
separator = " | ";
|
|
|
|
depthLimit = 10;
|
|
|
|
safeOutput = false;
|
|
|
|
click = true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|