Skip to content

Commit da26dfa

Browse files
author
frogtile
authored
Update README.md (#621)
1 parent d7f73b5 commit da26dfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ let g:nvim_tree_auto_ignore_ft = [ 'startify', 'dashboard' ] "empty by default,
3838
let g:nvim_tree_quit_on_open = 1 "0 by default, closes the tree when you open a file
3939
let g:nvim_tree_follow = 1 "0 by default, this option allows the cursor to be updated when entering a buffer
4040
let g:nvim_tree_follow_update_path = 1 "0 by default, will update the path of the current dir if the file is not inside the tree.
41-
Default is 0
4241
let g:nvim_tree_indent_markers = 1 "0 by default, this option shows indent markers when folders are open
4342
let g:nvim_tree_hide_dotfiles = 1 "0 by default, this option hides files and folders starting with a dot `.`
4443
let g:nvim_tree_git_hl = 1 "0 by default, will enable file highlight for git attributes (can be used without the icons).

0 commit comments

Comments
 (0)