From c4ecf4416bc0a5f5b2ffacc18476a776953f9e03 Mon Sep 17 00:00:00 2001 From: tiagovla <30515389+tiagovla@users.noreply.github.com> Date: Mon, 25 Oct 2021 15:56:15 -0300 Subject: [PATCH] docs: fix typo (#746) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65edfc3c..c2fba538 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ require'nvim-tree'.setup { }, -- hijack the cursor in the tree to put it at the start of the filename hijack_cursor = false, - -- updates the root directory of the tree on `DirChanged` (when your run `:cd` usually) + -- updates the root directory of the tree on `DirChanged` (when you run `:cd` usually) update_cwd = false, -- show lsp diagnostics in the signcolumn diagnostics = {