File tree Expand file tree Collapse file tree 2 files changed +32
-30
lines changed
Expand file tree Collapse file tree 2 files changed +32
-30
lines changed Original file line number Diff line number Diff line change 11{
22 plugins . nvim-tree = {
33 enable = true ;
4- filters . dotfiles = false ;
5- disableNetrw = true ;
6- hijackCursor = true ;
7- syncRootWithCwd = true ;
8- updateFocusedFile . enable = true ;
9- updateFocusedFile . updateRoot = false ;
10- view . width = 30 ;
11- view . preserveWindowProportions = true ;
12- renderer = {
13- rootFolderLabel = false ;
14- highlightGit = true ;
15- indentMarkers . enable = true ;
16- icons . glyphs = {
17- default = "" ;
18- folder = {
19- default = "" ;
20- empty = "" ;
21- emptyOpen = "" ;
22- open = "" ;
23- symlink = "" ;
4+ settings = {
5+ filters . dotfiles = false ;
6+ disable_netrw = true ;
7+ hijack_cursor = true ;
8+ sync_root_with_cwd = true ;
9+ update_focused_file . enable = true ;
10+ update_focused_file . updateRoot = false ;
11+ view . width = 30 ;
12+ view . preserve_window_proportions = true ;
13+ renderer = {
14+ root_folder_label = false ;
15+ highlight_git = true ;
16+ indent_markers . enable = true ;
17+ icons . glyphs = {
18+ default = "" ;
19+ folder = {
20+ default = "" ;
21+ empty = "" ;
22+ empty_open = "" ;
23+ open = "" ;
24+ symlink = "" ;
25+ } ;
26+ git . unmerged = "" ;
2427 } ;
25- git . unmerged = "" ;
2628 } ;
2729 } ;
2830 } ;
You can’t perform that action at this time.
0 commit comments