From 84006ea282b73a3ea0ac73bbdfc39449b1880467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Tue, 10 Jan 2023 13:38:59 +0100 Subject: [PATCH] nvim-tree: typo in option updateFocusedFile (#107) --- plugins/utils/nvim-tree.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utils/nvim-tree.nix b/plugins/utils/nvim-tree.nix index 60161544..351f49ba 100644 --- a/plugins/utils/nvim-tree.nix +++ b/plugins/utils/nvim-tree.nix @@ -227,7 +227,7 @@ in auto_open = cfg.updateToBufDir.autoOpen; }; diagnostics = cfg.diagnostics; - updateFocusedFile = { + update_focused_file = { enable = cfg.updateFocusedFile.enable; update_cwd = cfg.updateFocusedFile.updateCwd; ignore_list = cfg.updateFocusedFile.ignoreList;