We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3969e commit c4ecf44Copy full SHA for c4ecf44
README.md
@@ -58,7 +58,7 @@ require'nvim-tree'.setup {
58
},
59
-- hijack the cursor in the tree to put it at the start of the filename
60
hijack_cursor = false,
61
- -- 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)
62
update_cwd = false,
63
-- show lsp diagnostics in the signcolumn
64
diagnostics = {
0 commit comments