From f3b73725c5a007b8195118bec5868c32a5eff81f Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 30 Jan 2023 11:51:30 +1100 Subject: [PATCH] stylua: nit --- lua/nvim-tree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-tree.lua b/lua/nvim-tree.lua index f9fdff2d..a0c7797d 100644 --- a/lua/nvim-tree.lua +++ b/lua/nvim-tree.lua @@ -186,7 +186,7 @@ function M.toggle(opts, no_focus, cwd, bang) -- legacy arguments if type(opts) == "boolean" then opts = { - find_file = opts + find_file = opts, } if type(cwd) == "string" then opts.path = cwd