mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/neo-tree: per-source window mappings had two table layers called "mappings" (#725)
This commit is contained in:
parent
0883bab1ab
commit
5be1867dd1
1 changed files with 1 additions and 1 deletions
|
@ -1022,7 +1022,7 @@ in {
|
|||
|
||||
processWindowMappings = window:
|
||||
ifNonNull' window {
|
||||
mappings = processMappings window;
|
||||
mappings = processMappings window.mappings;
|
||||
};
|
||||
|
||||
options = with cfg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue