nvim-tree: typo in option updateFocusedFile (#107)

This commit is contained in:
Gaétan Lepage 2023-01-10 13:38:59 +01:00 committed by GitHub
parent 7827947ca9
commit 84006ea282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ in
auto_open = cfg.updateToBufDir.autoOpen; auto_open = cfg.updateToBufDir.autoOpen;
}; };
diagnostics = cfg.diagnostics; diagnostics = cfg.diagnostics;
updateFocusedFile = { update_focused_file = {
enable = cfg.updateFocusedFile.enable; enable = cfg.updateFocusedFile.enable;
update_cwd = cfg.updateFocusedFile.updateCwd; update_cwd = cfg.updateFocusedFile.updateCwd;
ignore_list = cfg.updateFocusedFile.ignoreList; ignore_list = cfg.updateFocusedFile.ignoreList;