mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
nvim-tree: typo in option updateFocusedFile (#107)
This commit is contained in:
parent
7827947ca9
commit
84006ea282
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue