mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
nvim-tree: fixed typo (#151)
This commit is contained in:
parent
2d54272177
commit
d8a86e9b3f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in
|
||||||
newOption = basePluginPath ++ [ "syncRootWithCwd" ];
|
newOption = basePluginPath ++ [ "syncRootWithCwd" ];
|
||||||
})
|
})
|
||||||
(optionWarnings.mkRenamedOption {
|
(optionWarnings.mkRenamedOption {
|
||||||
option = basePluginPath ++ [ "updateFocusedFile" "updatedCwd" ];
|
option = basePluginPath ++ [ "updateFocusedFile" "updateCwd" ];
|
||||||
newOption = basePluginPath ++ [ "updateFocusedFile" "updateRoot" ];
|
newOption = basePluginPath ++ [ "updateFocusedFile" "updateRoot" ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue