Skip to content

Commit c4ecf44

Browse files
authored
docs: fix typo (#746)
1 parent fd3969e commit c4ecf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ require'nvim-tree'.setup {
5858
},
5959
-- hijack the cursor in the tree to put it at the start of the filename
6060
hijack_cursor = false,
61-
-- updates the root directory of the tree on `DirChanged` (when your run `:cd` usually)
61+
-- updates the root directory of the tree on `DirChanged` (when you run `:cd` usually)
6262
update_cwd = false,
6363
-- show lsp diagnostics in the signcolumn
6464
diagnostics = {

0 commit comments

Comments
 (0)