@@ -909,19 +909,19 @@ Sign column icon precedence: git < modified < diagnostics
909
909
Place where the git icons will be rendered.
910
910
Can be `" after" ` or `" before" ` filename (after the file/folders icons)
911
911
or `" signcolumn" ` (requires | nvim-tree.view.signcolumn | enabled).
912
- Type: `string ` , Default: `before`
912
+ Type: `string ` , Default: `" before" `
913
913
914
914
*nvim-tree.renderer.icons.diagnostics_placement*
915
915
Place where the diagnostics icon will be rendered.
916
916
Can be `" after" ` or `" before" ` filename (after the file/folders icons)
917
917
or `" signcolumn" ` (requires | nvim-tree.view.signcolumn | enabled).
918
- Type: `string ` , Default: `signcolumn `
918
+ Type: `string ` , Default: `" signcolumn" `
919
919
920
920
*nvim-tree.renderer.icons.modified_placement*
921
921
Place where the modified icon will be rendered.
922
922
Can be `" after" ` or `" before" ` filename (after the file/folders icons)
923
923
or `" signcolumn" ` (requires | nvim-tree.view.signcolumn | enabled).
924
- Type: `string ` , Default: `after`
924
+ Type: `string ` , Default: `" after" `
925
925
926
926
*nvim-tree.renderer.icons.padding*
927
927
Inserted between icon and filename.
@@ -1058,7 +1058,7 @@ The open command itself.
1058
1058
Leave empty for OS specific default:
1059
1059
UNIX: `" xdg-open" `
1060
1060
macOS: `" open" `
1061
- Windows: " ` cmd" `
1061
+ Windows: ` " cmd" `
1062
1062
1063
1063
*nvim-tree.system_open.args*
1064
1064
Optional argument list.
0 commit comments