docs: fix typo (#746)

This commit is contained in:
tiagovla 2021-10-25 15:56:15 -03:00 committed by GitHub
parent fd3969ec98
commit c4ecf4416b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {