mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 19:35:01 +02:00
plugins/neo-tree: add window.mappings to document_symbol (#716)
This commit is contained in:
parent
5be1867dd1
commit
796e7391ce
1 changed files with 2 additions and 0 deletions
|
@ -975,6 +975,7 @@ in {
|
||||||
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol
|
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
window = mkWindowMappingsOption "{}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1215,6 +1216,7 @@ in {
|
||||||
cfg.documentSymbols.customKinds
|
cfg.documentSymbols.customKinds
|
||||||
))
|
))
|
||||||
+ "}";
|
+ "}";
|
||||||
|
window = processWindowMappings cfg.documentSymbols.window;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// cfg.extraOptions;
|
// cfg.extraOptions;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue